mirror of
https://github.com/GrammaticalFramework/gf-core.git
synced 2026-05-01 15:22:50 -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 "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