From 9b636333297ef49caece5ddb523e4bef7b8aea83 Mon Sep 17 00:00:00 2001 From: aarne Date: Fri, 13 Mar 2009 16:05:13 +0000 Subject: interlingua updated for new resource --- next-lib/src/interlingua/GrammarIna.gf | 21 +++++++++++++++++++++ 1 file changed, 21 insertions(+) create mode 100644 next-lib/src/interlingua/GrammarIna.gf (limited to 'next-lib/src/interlingua/GrammarIna.gf') diff --git a/next-lib/src/interlingua/GrammarIna.gf b/next-lib/src/interlingua/GrammarIna.gf new file mode 100644 index 000000000..b873d0004 --- /dev/null +++ b/next-lib/src/interlingua/GrammarIna.gf @@ -0,0 +1,21 @@ +--# -path=.:../abstract:../common:prelude + +concrete GrammarIna of Grammar = + NounIna, + VerbIna, + AdjectiveIna, + AdverbIna, + NumeralIna, + SentenceIna, + QuestionIna, + RelativeIna, + ConjunctionIna, + PhraseIna, + TextX, + StructuralIna, + IdiomIna + ** { + +flags startcat = Phr ; unlexer = text ; lexer = text ; + +} ; -- cgit v1.2.3