diff options
Diffstat (limited to 'examples/phrasebook/SentencesI.gf')
| -rw-r--r-- | examples/phrasebook/SentencesI.gf | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/examples/phrasebook/SentencesI.gf b/examples/phrasebook/SentencesI.gf index 334b7e92a..e123eed97 100644 --- a/examples/phrasebook/SentencesI.gf +++ b/examples/phrasebook/SentencesI.gf @@ -63,6 +63,7 @@ incomplete concrete SentencesI of Sentences = Numeral ** PYesToNo = mkPhrase yes_Utt ; Is = mkCl ; + IsMass m q = mkCl (mkNP m) q ; SProp = mkS ; SPropNot = mkS negativePol ; @@ -134,6 +135,7 @@ incomplete concrete SentencesI of Sentences = Numeral ** ByTransp t = t.by ; AKnowSentence p s = mkCl p.name Lexicon.know_VS s ; + AKnowQuestion p s = mkCl p.name Lexicon.know_VQ s ; AKnowPerson p q = mkCl p.name Lexicon.know_V2 q.name ; oper |
