diff --git a/lib/src/english/DictEng.gf b/lib/src/english/DictEng.gf index 6ccfd64dd..d4ba19a58 100644 --- a/lib/src/english/DictEng.gf +++ b/lib/src/english/DictEng.gf @@ -1782,6 +1782,7 @@ lin aromatic_A = compoundA (mkA "aromatic"); lin arose_V2 = mkV2 (mkV "arose"); lin arose_VS = mkVS (mkV "arose"); lin around_Adv = mkAdv "around"; +lin around_AdN = mkAdN "around"; lin around_Prep = mkPrep "around"; lin arouse_V2 = mkV2 (mkV "arouse" "arouses" "aroused" "aroused" "arousing"); lin arouse_V2V = mkV2V (mkV "arouse") noPrep to_Prep ; diff --git a/lib/src/english/DictEngAbs.gf b/lib/src/english/DictEngAbs.gf index 41fb3a006..c5e3a0d1e 100644 --- a/lib/src/english/DictEngAbs.gf +++ b/lib/src/english/DictEngAbs.gf @@ -1777,6 +1777,7 @@ fun aromatic_A : A; fun arose_V2 : V2; fun arose_VS : VS; fun around_Adv : Adv; +fun around_AdN : AdN; fun around_Prep : Prep ; fun arouse_V2 : V2; fun arouse_V2V : V2V;