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/LexQuery.gf | 22 ---------------------- 1 file changed, 22 deletions(-) delete mode 100644 examples/query/small/patentsQuery/LexQuery.gf (limited to 'examples/query/small/patentsQuery/LexQuery.gf') diff --git a/examples/query/small/patentsQuery/LexQuery.gf b/examples/query/small/patentsQuery/LexQuery.gf deleted file mode 100644 index dbe077a55..000000000 --- a/examples/query/small/patentsQuery/LexQuery.gf +++ /dev/null @@ -1,22 +0,0 @@ -interface LexQuery = open Syntax in { - -oper --- structural words - about_Prep : Prep ; - all_NP : NP ; - also_AdV : AdV ; - as_Prep : Prep ; - at_Prep : Prep ; - called_A : A ; - give_V3 : V3 ; - information_N : N ; - other_A : A ; - name_N : N ; - - mkName : Str -> NP ; - -oper - mkRelation : Str -> {cn : CN ; prep : Prep} ; - that_RP : RP ; - -} \ No newline at end of file -- cgit v1.2.3