mirror of
https://github.com/GrammaticalFramework/gf-core.git
synced 2026-04-29 14:32:51 -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:
@@ -51052,7 +51052,8 @@ lin somber_A = variants {};
|
||||
lin sombre_A = variants {mkA079 "мрачен"; mkA079 "тъмен"}; ----
|
||||
lin sombreness_N = mkN049 "мрачност"; ----
|
||||
lin sombrero_N = mkN054 "сомбреро";
|
||||
lin some_A = mkA079 "известен"; ----
|
||||
--lin some_A = mkA079 "известен"; ----
|
||||
--lin some_Det = mkQuant "някой" "някоя" "някое" "някои"; ----
|
||||
lin some_Quant = mkQuant "някой" "някоя" "някое" "някои";
|
||||
lin somebody_NP = mkNP "някой" (GSg Masc) P3 Pos;
|
||||
lin someday_Adv = mkAdv "някой ден";
|
||||
|
||||
Reference in New Issue
Block a user