mirror of
https://github.com/GrammaticalFramework/gf-core.git
synced 2026-05-23 09:52:55 -06:00
the determiner tout_Det in ExtraFre
This commit is contained in:
@@ -56,5 +56,12 @@ concrete ExtraFre of ExtraFreAbs = ExtraRomanceFre **
|
|||||||
_ => elisQue
|
_ => 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 = []
|
||||||
|
} ;
|
||||||
|
|
||||||
}
|
}
|
||||||
|
|||||||
@@ -31,4 +31,8 @@ abstract ExtraFreAbs = ExtraRomanceAbs - [ProDrop] ** {
|
|||||||
youPl8fem_Pron : Pron ;
|
youPl8fem_Pron : Pron ;
|
||||||
youPol8fem_Pron : Pron ;
|
youPol8fem_Pron : Pron ;
|
||||||
|
|
||||||
|
-- The determiner "tout" in the special use "tout nombre"
|
||||||
|
|
||||||
|
tout_Det : Det ;
|
||||||
|
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user