From 5339aa80744c3afd221256d763cf784386eed573 Mon Sep 17 00:00:00 2001 From: "kr.angelov" Date: Tue, 23 Aug 2011 15:05:04 +0000 Subject: fix SUMO after the update in DictEng --- examples/SUMO/RGLExt/Extension.gf | 8 +++----- 1 file changed, 3 insertions(+), 5 deletions(-) (limited to 'examples/SUMO/RGLExt/Extension.gf') diff --git a/examples/SUMO/RGLExt/Extension.gf b/examples/SUMO/RGLExt/Extension.gf index 72a4dd332..e9410526f 100644 --- a/examples/SUMO/RGLExt/Extension.gf +++ b/examples/SUMO/RGLExt/Extension.gf @@ -1,23 +1,21 @@ -- other functions needed for parsing -abstract Extension = { - - +abstract Extension = Cat ** { cat PolSentence; StmtS ; [CN]{2}; - N; N2; A; V; V2; CN; NP; Cl; Pol; Prep; Conj; -- redefined from Cat -fun +fun VerbToNounV2 : V2 -> N2 ; -- discovering VerbToNoun : V -> N ; -- walking is healthy VerbToGerundA : V -> A ; -- singing bird VerbToParticipeA : V -> A ; -- the required number ConjCN : Conj -> [CN] -> CN ; -- set or class mkPolSent : Cl -> PolSentence ; +getSent : PolSentence -> S ; sentToNoun : PolSentence -> NP ; UsePolSentence : Pol -> PolSentence -> StmtS ; -- cgit v1.2.3