mirror of
https://github.com/GrammaticalFramework/gf-core.git
synced 2026-05-09 19:22:50 -06:00
latin: able to parse "ego te amo"
This commit is contained in:
@@ -0,0 +1,21 @@
|
||||
--# -path=.:../abstract:../common:prelude
|
||||
|
||||
concrete GrammarLat of Grammar =
|
||||
NounLat,
|
||||
VerbLat,
|
||||
AdjectiveLat,
|
||||
AdverbLat,
|
||||
NumeralLat,
|
||||
SentenceLat,
|
||||
QuestionLat,
|
||||
RelativeLat,
|
||||
ConjunctionLat,
|
||||
PhraseLat,
|
||||
TextX,
|
||||
StructuralLat,
|
||||
IdiomLat
|
||||
** {
|
||||
|
||||
flags startcat = Phr ; unlexer = text ; lexer = text ;
|
||||
|
||||
} ;
|
||||
Reference in New Issue
Block a user