diff options
Diffstat (limited to 'next-lib/src/demo/DemoJEng.gf')
| -rw-r--r-- | next-lib/src/demo/DemoJEng.gf | 22 |
1 files changed, 0 insertions, 22 deletions
diff --git a/next-lib/src/demo/DemoJEng.gf b/next-lib/src/demo/DemoJEng.gf deleted file mode 100644 index ef563284b..000000000 --- a/next-lib/src/demo/DemoJEng.gf +++ /dev/null @@ -1,22 +0,0 @@ ---# -path=.:alltenses - -concrete DemoJEng of Demo = DemoJ with - (Noun = NounEng), - (Clause = ClauseEng), -- - (Adjective = AdjectiveEng), - (Adverb = AdverbEng), - (Numeral = NumeralEng), ----- Sentence, - (Question )- [QuestVP,QuestSlash], ----- Relative, ----- Conjunction, ----- Phrase, ----- TextX, ----- Idiom, - Structural - [everybody_NP,everything_NP,something_NP], - Lexicon - ** { - -flags startcat = Phr ; unlexer = text ; lexer = text ; - -} ; |
