diff options
| author | aarne <aarne@chalmers.se> | 2010-12-16 16:27:13 +0000 |
|---|---|---|
| committer | aarne <aarne@chalmers.se> | 2010-12-16 16:27:13 +0000 |
| commit | 2057c9f2848b9119f1a83de02f54fec414a107c3 (patch) | |
| tree | 0d555dbd5420038784b12af454e88836e9b826a7 /examples/query/LexQueryFre.gf | |
| parent | f390b2a3388b8b400616992f574f7213905d65b4 (diff) | |
fixes in QueryFre
Diffstat (limited to 'examples/query/LexQueryFre.gf')
| -rw-r--r-- | examples/query/LexQueryFre.gf | 2 |
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" ; |
