mirror of
https://github.com/GrammaticalFramework/gf-core.git
synced 2026-04-30 06:52:49 -06:00
fixed good_A in DictionaryDut and Spa, to use the irregular inflection of Lexicon
This commit is contained in:
@@ -102,7 +102,7 @@ lin use_VV = mkVV (mkV "gebruiken") ; ---- subcat, not to be used as "used to ..
|
||||
lin use_V2 = mkV2 (mkV "gebruiken") ; -- status=guess, src=wikt
|
||||
lin use_V = mkV "gebruiken" ;
|
||||
lin because_Subj = S.because_Subj ;
|
||||
lin good_A = mkA "goed" ;
|
||||
lin good_A = L.good_A ;
|
||||
lin find_VS = mkVS (vinden_V) ; ---- split senses 'to be of opinion of' and 'to locate'. V2V is only applicable with the first sense, and there is a synonym for the first one (van mening zijn dat).
|
||||
lin find_V2A = mkV2A (vinden_V) ;
|
||||
lin find_V2 = L.find_V2 ;
|
||||
|
||||
@@ -102,7 +102,7 @@ lin use_VV = mkVV (mkV "usar") | mkVV (mkV "utilizar") ;
|
||||
lin use_V2 = mkV2 (mkV "usar") | mkV2 (mkV "utilizar") ;
|
||||
lin use_V = mkV "usar" | mkV "utilizar" ;
|
||||
lin because_Subj = S.because_Subj ;
|
||||
lin good_A = mkA "bueno" ;
|
||||
lin good_A = L.good_A ;
|
||||
lin find_VS = mkVS (creer_V) | mkVS (encontrar_V) ;
|
||||
lin find_V2A = mkV2A (creer_V) | mkV2A (encontrar_V) ;
|
||||
lin find_V2 = L.find_V2 ;
|
||||
|
||||
Reference in New Issue
Block a user