From 52cc1b9fa7d2ca69c6fb582e85eb47341693c849 Mon Sep 17 00:00:00 2001 From: "john.j.camilleri" Date: Wed, 22 May 2013 14:56:35 +0000 Subject: [PATCH] LexiconEng: fix "openned", "openning" --- src/english/LexiconEng.gf | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/src/english/LexiconEng.gf b/src/english/LexiconEng.gf index 1785f7e7a..9b656760d 100644 --- a/src/english/LexiconEng.gf +++ b/src/english/LexiconEng.gf @@ -1,9 +1,9 @@ --# -path=.:prelude -concrete LexiconEng of Lexicon = CatEng ** +concrete LexiconEng of Lexicon = CatEng ** open ParadigmsEng, IrregEng, Prelude in { -flags +flags optimize=values ; lin @@ -131,7 +131,7 @@ lin newspaper_N = regN "newspaper" ; oil_N = regN "oil" ; old_A = regADeg "old" ; - open_V2 = dirV2 (regV "open") ; + open_V2 = dirV2 (mkV "open" "opens" "opened" "opened" "opening") ; paint_V2A = mkV2A (regV "paint") noPrep ; paper_N = regN "paper" ; paris_PN = mkPN (mkN nonhuman (mkN "Paris")) ;