mirror of
https://github.com/GrammaticalFramework/gf-core.git
synced 2026-05-06 09: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:
@@ -53976,7 +53976,8 @@ lin somber_A = mkA "somber" ;
|
||||
lin sombre_A = compoundA (mkA "sombre");
|
||||
lin sombreness_N = mkN "sombreness" ;
|
||||
lin sombrero_N = mkN "sombrero" "sombreros";
|
||||
lin some_A = mkA "some" ;
|
||||
--lin some_A = mkA "some" ;
|
||||
lin some_Det = mkDeterminer singular "some" | mkDeterminer singular "a little" ;
|
||||
lin some_Quant = mkQuant "some" "some";
|
||||
lin somebody_NP = mkNP "somebody" "somebody" "somebody's" Sg P3 human;
|
||||
lin someday_Adv = mkAdv "someday";
|
||||
|
||||
Reference in New Issue
Block a user