1
0
forked from GitHub/gf-core

fix in DictEng.gf -> find is irregular verb

This commit is contained in:
kr.angelov
2011-10-28 09:17:33 +00:00
parent 418acb5cac
commit a83f9417c7

View File

@@ -13483,7 +13483,7 @@ lin financial_A = compoundA (mkA "financial");
lin financier_N = mkN "financier" "financiers";
lin finch_N = mkN "finch" "finches";
lin find_N = mkN "find" "finds";
lin find_V = mkV "find";
lin find_V = IrregEng.find_V;
lin find_V2 = mkV2 (IrregEng.find_V);
lin find_V2V = mkV2V (IrregEng.find_V) noPrep to_Prep ;
lin find_VS = mkVS (IrregEng.find_V);