diff options
| author | aarne <aarne@chalmers.se> | 2010-08-27 15:14:06 +0000 |
|---|---|---|
| committer | aarne <aarne@chalmers.se> | 2010-08-27 15:14:06 +0000 |
| commit | db06000701acda500c066176f7a5bdf4f9b700ac (patch) | |
| tree | f2277db7dde7d60fe31f114436a92116cc4700ff /examples/phrasebook/SentencesI.gf | |
| parent | b0e110cf4f7c6e43d044f05fdedde3ffaabb9843 (diff) | |
embedded questions in phrasebook
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 |
