From 010dee0c974f20d8ffcba5bac422e78ab2ede610 Mon Sep 17 00:00:00 2001 From: aarne Date: Sun, 26 Apr 2009 20:10:44 +0000 Subject: started to move have_V2 from Lexicon to Structural ; fixes in Hindi translit table --- next-lib/src/english/LexiconEng.gf | 1 - next-lib/src/english/StructuralEng.gf | 2 ++ 2 files changed, 2 insertions(+), 1 deletion(-) (limited to 'next-lib/src/english') diff --git a/next-lib/src/english/LexiconEng.gf b/next-lib/src/english/LexiconEng.gf index 310899ebc..393ad779b 100644 --- a/next-lib/src/english/LexiconEng.gf +++ b/next-lib/src/english/LexiconEng.gf @@ -90,7 +90,6 @@ lin harbour_N = regN "harbour" ; hate_V2 = dirV2 (regV "hate") ; hat_N = regN "hat" ; - have_V2 = dirV2 (mk5V "have" "has" "had" "had" "having") ; hear_V2 = dirV2 (irregV "hear" "heard" "heard") ; hill_N = regN "hill" ; hope_VS = mkVS (regV "hope") ; diff --git a/next-lib/src/english/StructuralEng.gf b/next-lib/src/english/StructuralEng.gf index ba3c58e23..2d929a121 100644 --- a/next-lib/src/english/StructuralEng.gf +++ b/next-lib/src/english/StructuralEng.gf @@ -135,5 +135,7 @@ concrete StructuralEng of Structural = CatEng ** as_CAdv = C.mkCAdv "as" "as" ; + have_V2 = dirV2 (mk5V "have" "has" "had" "had" "having") ; + } -- cgit v1.2.3