diff options
| author | aarne <aarne@cs.chalmers.se> | 2009-03-13 16:05:13 +0000 |
|---|---|---|
| committer | aarne <aarne@cs.chalmers.se> | 2009-03-13 16:05:13 +0000 |
| commit | 9b636333297ef49caece5ddb523e4bef7b8aea83 (patch) | |
| tree | e06ad1f15622e671b42d86af23224c4465400456 /next-lib/src/interlingua/GrammarIna.gf | |
| parent | e66b27aa5b6939694af4a1aa02b1f6e49dc7f636 (diff) | |
interlingua updated for new resource
Diffstat (limited to 'next-lib/src/interlingua/GrammarIna.gf')
| -rw-r--r-- | next-lib/src/interlingua/GrammarIna.gf | 21 |
1 files changed, 21 insertions, 0 deletions
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 ; + +} ; |
