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

@@ -4,7 +4,7 @@
concrete DictionaryGer of Dictionary = CatGer **
open
ParadigmsGer, (S = SyntaxGer), (L = LexiconGer),
(R = ResGer), (M = MorphoGer), (MS = MakeStructuralGer), (I = IrregGer), Prelude in {
(R = ResGer), (M = MorphoGer), (MS = MakeStructuralGer), (I = IrregGer), (N = NounGer), Prelude in {
flags
coding=utf8 ;
@@ -53730,8 +53730,9 @@ lin somber_A = mk3A "finster" "finsterer" "finsterste" | mk3A "dunkel" "dunkler"
lin sombre_A = variants {};
lin sombreness_N = variants {};
lin sombrero_N = mkN "Sombrero" ; -- status=guess
lin some_A = variants {};
lin some_Quant = variants {};
--lin some_A = variants {};
lin some_Det = {s,sp = \\_,_ => "ein wenig" ; c = R.noCase ; a = R.Strong ; isDef = False ; n = R.Sg} ;
lin some_Quant = N.IndefArt ** {s = N.IndefArt.sp} ;
lin somebody_NP = S.somebody_NP ;
lin someday_Adv = mkAdv "eines Tages" | mkAdv "irgendwann" ; -- status=guess status=guess
lin somehow_AdV = variants {};