the determiner tout_Det in ExtraFre

This commit is contained in:
aarne
2011-08-03 17:00:20 +00:00
parent 2d91016760
commit 7e32b4c102
2 changed files with 11 additions and 0 deletions

View File

@@ -56,5 +56,12 @@ concrete ExtraFre of ExtraFreAbs = ExtraRomanceFre **
_ => elisQue
} ;
lin
tout_Det = {
s = \\g,c => prepCase c ++ genForms "tout" "toute" ! g ;
sp = \\g,c => prepCase c ++ genForms "tout" "toute" ! g ;
n = Sg ;
s2 = []
} ;
}

View File

@@ -31,4 +31,8 @@ abstract ExtraFreAbs = ExtraRomanceAbs - [ProDrop] ** {
youPl8fem_Pron : Pron ;
youPol8fem_Pron : Pron ;
-- The determiner "tout" in the special use "tout nombre"
tout_Det : Det ;
}