1
0
forked from GitHub/gf-core

some fixes in QuerySwe; a first version of QueryFre

This commit is contained in:
aarne
2010-12-16 15:53:07 +00:00
parent 61e4e9ac20
commit f390b2a338
7 changed files with 184 additions and 21 deletions

View File

@@ -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 ;