mirror of
https://github.com/GrammaticalFramework/gf-core.git
synced 2026-05-04 08:42:50 -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:
@@ -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{} ; --
|
||||
|
||||
Reference in New Issue
Block a user