summaryrefslogtreecommitdiff
path: root/examples/query/small/patentsQuery/LexQueryFre.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/LexQueryFre.gf
parent92a106339f5948e30119664dfe9dce1b66afe81b (diff)
fixed and completed the patent query grammr for English
Diffstat (limited to 'examples/query/small/patentsQuery/LexQueryFre.gf')
-rw-r--r--examples/query/small/patentsQuery/LexQueryFre.gf25
1 files changed, 0 insertions, 25 deletions
diff --git a/examples/query/small/patentsQuery/LexQueryFre.gf b/examples/query/small/patentsQuery/LexQueryFre.gf
deleted file mode 100644
index 5fb4e603e..000000000
--- a/examples/query/small/patentsQuery/LexQueryFre.gf
+++ /dev/null
@@ -1,25 +0,0 @@
-instance LexQueryFre of LexQuery = open ParadigmsFre, SyntaxFre, ExtraFre, IrregFre, Prelude in {
-
-oper
- about_Prep = on_Prep ;
- also_AdV = lin AdV (ss "aussi") ;
- as_Prep = mkPrep "comme" ;
- at_Prep = mkPrep "chez" ;
- called_A = mkA "appelé" ;
- give_V3 = mkV3 (mkV "montrer") ;
- information_N = mkN "information" ;
- other_A = prefixA (mkA "autre") ;
- name_N = mkN "nom" ;
- all_NP = mkName "tout" ; ----
-
--- 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 = which_RP ;
-
-} \ No newline at end of file