1
0
forked from GitHub/gf-core
Files
gf-core/examples/phrasebook/SentencesPes.gf
2017-01-30 22:17:00 +00:00

9 lines
249 B
Plaintext

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 ;
};