mirror of
https://github.com/GrammaticalFramework/gf-core.git
synced 2026-04-28 14:02:50 -06:00
implemented some_Quant in Dictionary for many languages where it was missing. Also added some_Det, which has a different meaning: compare "some man" (existential, Quant) to "some tea" (mass term similar to "a little tea", Det)
This commit is contained in:
@@ -9,6 +9,7 @@ concrete DictionaryFre of Dictionary = CatFre ** open
|
||||
(E = ExtraFre),
|
||||
(E = ExtraFre),
|
||||
(Ph = PhonoFre),
|
||||
(R = ResFre),
|
||||
(M = MakeStructuralFre),
|
||||
MorphoFre,
|
||||
Prelude in {
|
||||
@@ -18420,8 +18421,8 @@ lin solvent_A = mkA "solvable" ; -- tocheck
|
||||
lin solvent_N = mkN "solvant" masculine ; -- tocheck
|
||||
lin somber_A = mkA "sombre" ; -- tocheck
|
||||
lin sombrero_N = mkN "sombréro" masculine ; -- tocheck
|
||||
lin somePl_Det = S.somePl_Det ;
|
||||
lin someSg_Det = S.someSg_Det ;
|
||||
lin some_Det = {s,sp = \\g,c => R.prepCase c ++ "un peu" ++ Ph.elisDe ; n = plural ; s2 = [] ; isNeg = False} ;
|
||||
lin some_Quant = M.mkQuant "quelque" "quelque" "quelques" "quelques" ;
|
||||
lin somebody_NP = S.somebody_NP ;
|
||||
lin somehow_Adv = variants{} ; --
|
||||
lin someone_NP = S.somebody_NP ;
|
||||
|
||||
Reference in New Issue
Block a user