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/QueryI.gf | |
| parent | f390b2a3388b8b400616992f574f7213905d65b4 (diff) | |
fixes in QueryFre
Diffstat (limited to 'examples/query/QueryI.gf')
| -rw-r--r-- | examples/query/QueryI.gf | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/examples/query/QueryI.gf b/examples/query/QueryI.gf index 58e078a62..05d3ee938 100644 --- a/examples/query/QueryI.gf +++ b/examples/query/QueryI.gf @@ -70,7 +70,7 @@ lin in mkUtt (mkImp (giveMe info)) | mkUtt (mkQCl whatSg_IP - (mkClSlash (mkClSlash (mkNP youSg_Pron) know_V2) (mkAdv about_Prep s))) + (mkClSlash (mkClSlash (mkNP youSg_Pron) LexQuery.know_V2) (mkAdv about_Prep s))) | mkUtt info ; QCalled i = mkUtt (mkQS (mkQCl how_IAdv (mkCl i |
