summaryrefslogtreecommitdiff
path: root/examples
diff options
context:
space:
mode:
authoraarne <aarne@chalmers.se>2010-05-28 09:33:15 +0000
committeraarne <aarne@chalmers.se>2010-05-28 09:33:15 +0000
commitb1441f2807a44c63a50382db93f49601550a95a8 (patch)
tree207e2d7490501c54f9662abf6425912be3f5928b /examples
parenta0c82640e6b65424e3c5c55f87d8bc528f2704aa (diff)
prodrop in Finnish Phrasebook possessives
Diffstat (limited to 'examples')
-rw-r--r--examples/phrasebook/SentencesFin.gf6
1 files changed, 3 insertions, 3 deletions
diff --git a/examples/phrasebook/SentencesFin.gf b/examples/phrasebook/SentencesFin.gf
index 61533b35c..a0dd4940a 100644
--- a/examples/phrasebook/SentencesFin.gf
+++ b/examples/phrasebook/SentencesFin.gf
@@ -11,11 +11,11 @@ concrete SentencesFin of Sentences = NumeralFin ** SentencesI -
NameNN = mkNP (P.mkPN (P.mkN "NN" "NN:iä")) ;
IMale, IFemale =
- {name = mkNP (ProDrop i_Pron) ; isPron = True ; poss = mkQuant i_Pron} ;
+ {name = mkNP (ProDrop i_Pron) ; isPron = True ; poss = ProDropPoss i_Pron} ;
YouFamMale, YouFamFemale =
- {name = mkNP (ProDrop youSg_Pron) ; isPron = True ; poss = mkQuant youSg_Pron} ;
+ {name = mkNP (ProDrop youSg_Pron) ; isPron = True ; poss = ProDropPoss youSg_Pron} ;
YouPolMale, YouPolFemale =
- {name = mkNP (ProDrop youPol_Pron) ; isPron = True ; poss = mkQuant youPol_Pron} ;
+ {name = mkNP (ProDrop youPol_Pron) ; isPron = True ; poss = ProDropPoss youPol_Pron} ;
ObjMass = PartCN ;