This commit is contained in:
eldada
2006-06-13 15:29:41 +00:00
parent bd6929e4a7
commit fe529e0217
22 changed files with 3228 additions and 0 deletions

View File

@@ -0,0 +1,22 @@
--# -path=.:../abstract:../common:prelude
concrete LangAra of Lang =
NounAra,
VerbAra,
AdjectiveAra,
AdverbAra,
NumeralAra,
SentenceAra,
QuestionAra,
RelativeAra,
ConjunctionAra,
PhraseAra,
TextX - [Utt],
StructuralAra,
IdiomAra,
LexiconAra
** {
flags startcat = Phr ; unlexer = text ; lexer = text ;
} ;