diff options
Diffstat (limited to 'examples/phrasebook/SentencesSpa.gf')
| -rw-r--r-- | examples/phrasebook/SentencesSpa.gf | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/examples/phrasebook/SentencesSpa.gf b/examples/phrasebook/SentencesSpa.gf index 0fcf185e8..fcb6e0a7e 100644 --- a/examples/phrasebook/SentencesSpa.gf +++ b/examples/phrasebook/SentencesSpa.gf @@ -1,4 +1,5 @@ concrete SentencesSpa of Sentences = NumeralSpa ** SentencesI - [ + IsMass, IFemale, YouFamFemale, YouPolFemale, IMale, YouFamMale, YouPolMale, WherePlace, WherePerson, ABePlace, Superlative @@ -16,6 +17,8 @@ flags coding = utf8 ; lin + IsMass m q = mkCl (mkNP the_Det m) q ; -- le vin allemand est bon + IFemale = {name = mkNP (ProDrop i8fem_Pron) ; isPron = True ; poss = mkQuant i_Pron} ; YouFamFemale = @@ -69,4 +72,4 @@ oper at = SyntaxSpa.mkAdv kind.at name ; to = SyntaxSpa.mkAdv kind.to name ; }; -}
\ No newline at end of file +} |
