diff options
| author | ramona.enache <ramona.enache@chalmers.se> | 2012-06-21 10:45:05 +0000 |
|---|---|---|
| committer | ramona.enache <ramona.enache@chalmers.se> | 2012-06-21 10:45:05 +0000 |
| commit | 7af649f2784056f26fec3908f644057bd9a870be (patch) | |
| tree | 83d0908246a3775467f976c949c27a33e802fd4f /examples/query/small/patentsQuery/LexQuery.gf | |
| parent | 92a106339f5948e30119664dfe9dce1b66afe81b (diff) | |
fixed and completed the patent query grammr for English
Diffstat (limited to 'examples/query/small/patentsQuery/LexQuery.gf')
| -rw-r--r-- | examples/query/small/patentsQuery/LexQuery.gf | 22 |
1 files changed, 0 insertions, 22 deletions
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 |
