mirror of
https://github.com/GrammaticalFramework/gf-core.git
synced 2026-05-21 17:12:50 -06:00
a fairly complete Nynorsk implementation added
This commit is contained in:
22
lib/src/nynorsk/GrammarNno.gf
Normal file
22
lib/src/nynorsk/GrammarNno.gf
Normal file
@@ -0,0 +1,22 @@
|
||||
--# -path=.:../scandinavian:../abstract:../common:prelude
|
||||
|
||||
concrete GrammarNno of Grammar =
|
||||
NounNno,
|
||||
VerbNno,
|
||||
AdjectiveNno,
|
||||
AdverbNno,
|
||||
NumeralNno,
|
||||
SentenceNno,
|
||||
QuestionNno,
|
||||
RelativeNno,
|
||||
ConjunctionNno,
|
||||
PhraseNno,
|
||||
TextX - [Tense,Temp] ,
|
||||
IdiomNno,
|
||||
StructuralNno,
|
||||
TenseNno
|
||||
** {
|
||||
|
||||
flags startcat = Phr ; unlexer = text ; lexer = text ;
|
||||
|
||||
} ;
|
||||
Reference in New Issue
Block a user