mirror of
https://github.com/GrammaticalFramework/gf-core.git
synced 2026-05-04 08:42: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:
@@ -14575,9 +14575,7 @@ lin solvent_A = mkA "溶剂" ;
|
||||
lin solvent_N = mkN "溶剂" ;
|
||||
lin som_N = mkN "索姆""" ;
|
||||
lin somali_A = mkA "索马里" ;
|
||||
lin somePl_Det = S.somePl_Det ;
|
||||
lin someSg_Det = S.someSg_Det ;
|
||||
lin some_A = mkA "一些" ;
|
||||
lin some_Det = mkpDet "一些" ; ----
|
||||
lin some_Quant = mkQuant "一些" ;
|
||||
lin somebody_NP = S.somebody_NP ;
|
||||
lin someday_Adv = mkAdv "日后" ;
|
||||
|
||||
Reference in New Issue
Block a user