summaryrefslogtreecommitdiff
path: root/examples/query/small/patentsQuery/LexPatsQuery.gf
diff options
context:
space:
mode:
authorramona.enache <ramona.enache@chalmers.se>2012-06-21 10:45:05 +0000
committerramona.enache <ramona.enache@chalmers.se>2012-06-21 10:45:05 +0000
commit7af649f2784056f26fec3908f644057bd9a870be (patch)
tree83d0908246a3775467f976c949c27a33e802fd4f /examples/query/small/patentsQuery/LexPatsQuery.gf
parent92a106339f5948e30119664dfe9dce1b66afe81b (diff)
fixed and completed the patent query grammr for English
Diffstat (limited to 'examples/query/small/patentsQuery/LexPatsQuery.gf')
-rw-r--r--examples/query/small/patentsQuery/LexPatsQuery.gf86
1 files changed, 0 insertions, 86 deletions
diff --git a/examples/query/small/patentsQuery/LexPatsQuery.gf b/examples/query/small/patentsQuery/LexPatsQuery.gf
deleted file mode 100644
index 005fde8be..000000000
--- a/examples/query/small/patentsQuery/LexPatsQuery.gf
+++ /dev/null
@@ -1,86 +0,0 @@
-interface LexPatsQuery = Query ** open Syntax in {
-
-oper
- giveMe : NP -> VP ;
- get_V2 : V2 ;
- want_V2 : V2 ;
-
--- structural words
-
- about_Prep : Prep ;
-
- all_NP : NP ;
-
--- basic common nouns
-
- active_ingredient_CN : Relation ;
-
- dosage_form_CN : Relation ;
-
- route_of_administration_CN : Relation ;
-
- patent_number_CN : Kind ;
-
- patent_number_Rel : Relation ;
-
- patent_N : Relation ;
-
- expiration_date_CN : Relation ;
-
- expire_V : V ;
-
- use_code_CN : Relation ;
-
- application_number_CN : Relation ;
-
- apply_V : V ;
-
- applicant_CN : Relation ;
-
- approval_date_CN : Relation ;
-
- chemical_composition_CN : Relation ;
-
- chemical_substance_CN : Relation ;
-
- drug_N : N ;
-
- use_N : Relation ;
-
- compound_CN : Relation ;
-
- use_V2 : V2 ;
-
- approve_V2 : V2 ;
-
- method_N : N ;
-
- usage_form_CN : Relation ;
-
- drug_preparation_CN : Relation ;
-
- vpAP : VP -> AP ;
-
- information_N : N ;
-
- strength_N : Relation ;
-
- claim_N : N ;
-
- mention_V2 : V2 ;
-
- what_IQuant : IQuant ;
-
- contain_V2 : V2 ;
-
- massInfoSg : CN -> NP ;
-
- massInfoPl : CN -> NP ;
-
- that_RP : RP ;
-
- PatsAdvVPSlash : VPSlash -> Adv -> VPSlash ;
-
- selectIP : NP -> IP ; -- selecting the right agreement : what are the ingredients ? / what is the expiration date ? (not obvious in English, but will make a difference in other languages)
-
-}