forked from GitHub/gf-core
9 lines
249 B
Plaintext
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 ;
|
|
};
|
|
|