From f390b2a3388b8b400616992f574f7213905d65b4 Mon Sep 17 00:00:00 2001 From: aarne Date: Thu, 16 Dec 2010 15:53:07 +0000 Subject: some fixes in QuerySwe; a first version of QueryFre --- examples/query/LexQueryEng.gf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'examples/query/LexQueryEng.gf') diff --git a/examples/query/LexQueryEng.gf b/examples/query/LexQueryEng.gf index 74b3c860c..b1afc765e 100644 --- a/examples/query/LexQueryEng.gf +++ b/examples/query/LexQueryEng.gf @@ -4,7 +4,7 @@ instance LexQueryEng of LexQuery = oper located_A : A = mkA "located" | mkA "situated" ; - give_V3 : V3 = mkV3 give_V ; + giveMe : NP -> VP = \np -> mkVP (mkV3 give_V) (mkNP i_Pron) np ; know_V2 = mkV2 know_V ; -- structural words -- cgit v1.2.3