a fairly complete Nynorsk implementation added

This commit is contained in:
stian
2016-06-16 08:15:06 +00:00
parent 4a8a3c7f3d
commit feb3519ea8
35 changed files with 1687 additions and 0 deletions

View 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 ;
} ;