From 7af649f2784056f26fec3908f644057bd9a870be Mon Sep 17 00:00:00 2001 From: "ramona.enache" Date: Thu, 21 Jun 2012 10:45:05 +0000 Subject: fixed and completed the patent query grammr for English --- examples/query/small/patentsQuery/LexQueryEng.gf | 26 ------------------------ 1 file changed, 26 deletions(-) delete mode 100644 examples/query/small/patentsQuery/LexQueryEng.gf (limited to 'examples/query/small/patentsQuery/LexQueryEng.gf') diff --git a/examples/query/small/patentsQuery/LexQueryEng.gf b/examples/query/small/patentsQuery/LexQueryEng.gf deleted file mode 100644 index 5e543aabb..000000000 --- a/examples/query/small/patentsQuery/LexQueryEng.gf +++ /dev/null @@ -1,26 +0,0 @@ -instance LexQueryEng of LexQuery = open ParadigmsEng, SyntaxEng, ExtraEng, IrregEng in { - -oper --- structural words - about_Prep = mkPrep "about" ; - all_NP = mkNP (mkPN "all") ; --- - also_AdV = mkAdV "also" | mkAdV "otherwise" ; - as_Prep = mkPrep "as" ; - at_Prep = mkPrep "at" ; - called_A = mkA "called" | mkA "named" ; - give_V3 = mkV3 give_V ; - information_N = mkN "information" ; - other_A = mkA "other" ; - name_N = mkN "name" ; - --- lexical constructors - mkName : Str -> NP = - \s -> mkNP (mkPN s) ; - -oper - mkRelation : Str -> {cn : CN ; prep : Prep} = - \s -> {cn = mkCN (mkN s) ; prep = possess_Prep} ; - - that_RP = ExtraEng.that_RP ; - -} \ No newline at end of file -- cgit v1.2.3