From 47b63810a27b824b69a37b6fc1be747b215280fb Mon Sep 17 00:00:00 2001 From: "kr.angelov" Date: Fri, 23 Sep 2011 14:36:01 +0000 Subject: [PATCH] add around_AdN in DictEng.gf --- src/english/DictEng.gf | 1 + src/english/DictEngAbs.gf | 1 + 2 files changed, 2 insertions(+) diff --git a/src/english/DictEng.gf b/src/english/DictEng.gf index 6ccfd64dd..d4ba19a58 100644 --- a/src/english/DictEng.gf +++ b/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/src/english/DictEngAbs.gf b/src/english/DictEngAbs.gf index 41fb3a006..c5e3a0d1e 100644 --- a/src/english/DictEngAbs.gf +++ b/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;