mirror of
https://github.com/GrammaticalFramework/gf-core.git
synced 2026-05-21 09:02:50 -06:00
Tense to Common ; Idiom ; Text
This commit is contained in:
7
lib/resource-1.0/norwegian/IdiomNor.gf
Normal file
7
lib/resource-1.0/norwegian/IdiomNor.gf
Normal file
@@ -0,0 +1,7 @@
|
||||
concrete IdiomNor of Idiom = CatNor **
|
||||
open MorphoNor, ParadigmsNor, Prelude in {
|
||||
|
||||
flags optimize=all_subs ;
|
||||
|
||||
}
|
||||
|
||||
@@ -11,10 +11,12 @@ concrete LangNor of Lang =
|
||||
RelativeNor,
|
||||
ConjunctionNor,
|
||||
PhraseNor,
|
||||
TextX,
|
||||
IdiomNor,
|
||||
StructuralNor,
|
||||
LexiconNor
|
||||
** {
|
||||
|
||||
flags startcat = Phr ;
|
||||
flags startcat = Phr ; unlexer = text ; lexer = text ;
|
||||
|
||||
} ;
|
||||
|
||||
Reference in New Issue
Block a user