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