diff options
| author | aarne <aarne@cs.chalmers.se> | 2008-09-23 09:52:10 +0000 |
|---|---|---|
| committer | aarne <aarne@cs.chalmers.se> | 2008-09-23 09:52:10 +0000 |
| commit | ffb5b007488e4f36079d3c319c299fb865ce0497 (patch) | |
| tree | 6ae623241f74428f8ef6ea6cffffa61f57b5c385 /next-lib/src/telugu/GrammarTel.gf | |
| parent | 47abd5327d5f2764dbb3fa26c7fa98b76944b6c6 (diff) | |
started Telugu in next-lib
Diffstat (limited to 'next-lib/src/telugu/GrammarTel.gf')
| -rw-r--r-- | next-lib/src/telugu/GrammarTel.gf | 18 |
1 files changed, 18 insertions, 0 deletions
diff --git a/next-lib/src/telugu/GrammarTel.gf b/next-lib/src/telugu/GrammarTel.gf new file mode 100644 index 000000000..e257291f1 --- /dev/null +++ b/next-lib/src/telugu/GrammarTel.gf @@ -0,0 +1,18 @@ +--# -path=.:../abstract:../common + +concrete GrammarTel of Grammar = + NounTel +-- VerbTel, +-- AdjectiveTel, +-- AdverbTel, +-- NumeralTel, +-- SentenceTel, +-- QuestionTel, +-- RelativeTel, +-- ConjunctionTel, +-- PhraseTel, +-- TextX, +-- StructuralTel, +-- IdiomTel + ** { +} |
