fixed good_A in DictionaryDut and Spa, to use the irregular inflection of Lexicon

This commit is contained in:
aarne
2014-06-05 07:14:38 +00:00
parent ee269e6839
commit 1b0ef3db32
4 changed files with 4 additions and 4 deletions

View File

@@ -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 ;

View File

@@ -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 ;