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

@@ -1,6 +1,6 @@
concrete DictionaryIta of Dictionary = CatIta
** open ParadigmsIta, (P = ParadigmsIta),
IrregIta, (I=IrregIta), MorphoIta, (L=LexiconIta), (S=StructuralIta), (E=ExtraIta),Prelude in {
IrregIta, (I=IrregIta), MorphoIta, (L=LexiconIta), (S=StructuralIta), (E=ExtraIta), (R = ResIta), Prelude in {
oper mkInterj : Str -> Interj
= \s -> lin Interj (ss s) ;
@@ -15789,8 +15789,8 @@ lin solvent_A = mkA "solvibile" ; -- status=guess
lin solvent_N = mkN "solvente" masculine ; -- status=guess
lin soma_N = mkN "soma" masculine ; -- status=guess
lin somatic_A = mkA "somatico" ; -- status=guess
lin somePl_Det = S.somePl_Det ; -- comment=CHECKED
lin someSg_Det = S.someSg_Det ; -- comment=CHECKED
lin some_Det = mkDet "un poco di" | mkDet "un pò di" ;
lin some_Quant = {s = \\_,_,_,c => R.prepCase c ++ "qualche" ; sp = \\_,_,c => R.prepCase c ++ "qualche" ; s2 = [] ; isNeg = False} ; ---- alcuni
lin somebody_NP = S.somebody_NP ;
lin somehow_Adv = variants{} ; --
lin someone_NP = variants{} ; --