summaryrefslogtreecommitdiff
path: root/examples/phrasebook/SentencesFre.gf
diff options
context:
space:
mode:
authoraarne <aarne@chalmers.se>2010-05-25 11:30:09 +0000
committeraarne <aarne@chalmers.se>2010-05-25 11:30:09 +0000
commitc473621651621343f4a4e4082e68d94fc3706be0 (patch)
tree2f99bf04d10f7cacccee07e7bdf93b96057e0269 /examples/phrasebook/SentencesFre.gf
parentcada06eab712bd57448f0305652cc3c18f53fbc0 (diff)
mass terms and yes/si/doch in Phrasebook
Diffstat (limited to 'examples/phrasebook/SentencesFre.gf')
-rw-r--r--examples/phrasebook/SentencesFre.gf4
1 files changed, 3 insertions, 1 deletions
diff --git a/examples/phrasebook/SentencesFre.gf b/examples/phrasebook/SentencesFre.gf
index 6bd8b4dcb..cbc6db8c4 100644
--- a/examples/phrasebook/SentencesFre.gf
+++ b/examples/phrasebook/SentencesFre.gf
@@ -1,6 +1,7 @@
concrete SentencesFre of Sentences = NumeralFre ** SentencesI - [
QProp,
- IFemale, YouFamFemale, YouPolFemale
+ IFemale, YouFamFemale, YouPolFemale,
+ PYesToNo
]
with
(Syntax = SyntaxFre),
@@ -18,4 +19,5 @@ concrete SentencesFre of Sentences = NumeralFre ** SentencesI - [
YouPolFemale =
{name = mkNP youPol8fem_Pron ; isPron = True ; poss = mkQuant youPol_Pron};
+ PYesToNo = mkPhrase (lin Utt (ss "si")) ;
}