1
0
forked from GitHub/gf-core

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

@@ -53994,8 +53994,8 @@ fun somber_A : A ;
fun sombre_A : A ;
fun sombreness_N : N ;
fun sombrero_N : N ;
fun some_A : A ;
fun some_Quant : Quant ;
fun some_Det : Det ; -- mass: have some tea
fun some_Quant : Quant ; -- existential
fun somebody_NP : NP ;
fun someday_Adv : Adv ;
fun somehow_AdV : AdV ;