summaryrefslogtreecommitdiff
path: root/examples/phrasebook/SentencesPes.gf
blob: e84a0901597c57e3d8fb7088b2ca7d5e60327ed1 (plain)
1
2
3
4
5
6
7
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 ;
  };;