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:
aarne
2014-08-25 19:02:01 +00:00
parent 51e53559b8
commit fecda3e64b
11 changed files with 35 additions and 21 deletions

View File

@@ -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";