1
0
forked from GitHub/gf-core

kein Deutsch and some other Phrasebook fixes

This commit is contained in:
aarne
2010-09-03 09:02:00 +00:00
parent da15326109
commit dc64e18ef2
5 changed files with 23 additions and 17 deletions

View File

@@ -102,7 +102,7 @@ incomplete concrete SentencesI of Sentences = Numeral **
ThePlace kind = let dd = if_then_else Det kind.isPl thePl_Det theSg_Det
in placeNP dd kind ;
APlace kind = let dd = if_then_else Det kind.isPl thePl_Det theSg_Det
APlace kind = let dd = if_then_else Det kind.isPl aPl_Det aSg_Det
in placeNP dd kind ;
IMale, IFemale = mkPerson i_Pron ;