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/LexQuerySwe.gf | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'examples/query/LexQuerySwe.gf') diff --git a/examples/query/LexQuerySwe.gf b/examples/query/LexQuerySwe.gf index 8d95e840b..733f2e959 100644 --- a/examples/query/LexQuerySwe.gf +++ b/examples/query/LexQuerySwe.gf @@ -4,7 +4,7 @@ instance LexQuerySwe of LexQuery = oper located_A : A = compoundA (mkA "belägen" "beläget" "belägna" [] []) ; - give_V3 : V3 = mkV3 giva_V ; + giveMe : NP -> VP = \np -> mkVP (mkV3 giva_V) (mkNP i_Pron) np ; know_V2 = mkV2 veta_V ; -- structural words @@ -12,7 +12,7 @@ oper all_NP : NP = mkNP (mkPN "allt") ; --- also_AdV : AdV = mkAdV "också" ; also_AdA : AdA = mkAdA "även" ; - as_Prep : Prep = mkPrep "som" ; + as_Prep : Prep = mkPrep "för" ; --- only used for "vad har X för Y" at_Prep : Prep = mkPrep "på" ; --- | mkPrep "hos" | mkPrep "vid" ; that_RP = which_RP ; -- cgit v1.2.3