diff options
Diffstat (limited to 'examples/phrasebook/SentencesPes.gf')
| -rw-r--r-- | examples/phrasebook/SentencesPes.gf | 8 |
1 files changed, 0 insertions, 8 deletions
diff --git a/examples/phrasebook/SentencesPes.gf b/examples/phrasebook/SentencesPes.gf deleted file mode 100644 index 32a181473..000000000 --- a/examples/phrasebook/SentencesPes.gf +++ /dev/null @@ -1,8 +0,0 @@ -concrete SentencesPes of Sentences = NumeralPes ** SentencesI - [sing,NNumeral,ObjPlural,MCan,MKnow,MMust,V2Wait,VWait] with - (Syntax = SyntaxPes), - (Symbolic = SymbolicPes), - (Lexicon = LexiconPes) ** - { - lin ObjPlural k = mkNP k ; - }; - |
