summaryrefslogtreecommitdiff
path: root/examples/query/LexQueryFre.gf
diff options
context:
space:
mode:
authoraarne <aarne@chalmers.se>2010-12-16 16:27:13 +0000
committeraarne <aarne@chalmers.se>2010-12-16 16:27:13 +0000
commit2057c9f2848b9119f1a83de02f54fec414a107c3 (patch)
tree0d555dbd5420038784b12af454e88836e9b826a7 /examples/query/LexQueryFre.gf
parentf390b2a3388b8b400616992f574f7213905d65b4 (diff)
fixes in QueryFre
Diffstat (limited to 'examples/query/LexQueryFre.gf')
-rw-r--r--examples/query/LexQueryFre.gf2
1 files changed, 1 insertions, 1 deletions
diff --git a/examples/query/LexQueryFre.gf b/examples/query/LexQueryFre.gf
index 6bfa934ee..85d42ff0d 100644
--- a/examples/query/LexQueryFre.gf
+++ b/examples/query/LexQueryFre.gf
@@ -5,7 +5,7 @@ oper
located_A : A = mkA "situé" ;
giveMe = \np -> mkVP (mkV2 (mkV "montrer")) np ; ---
- know_V2 = connaître_V2 ;
+ know_V2 = IrregFre.savoir_V2 ;
-- structural words
about_Prep : Prep = mkPrep "sur" ;