mirror of
https://github.com/GrammaticalFramework/gf-core.git
synced 2026-04-22 19:22:50 -06:00
23 lines
366 B
Plaintext
23 lines
366 B
Plaintext
--# -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 ;
|
|
|
|
} ;
|