diff options
| author | aarne <aarne@chalmers.se> | 2010-12-16 15:53:07 +0000 |
|---|---|---|
| committer | aarne <aarne@chalmers.se> | 2010-12-16 15:53:07 +0000 |
| commit | f390b2a3388b8b400616992f574f7213905d65b4 (patch) | |
| tree | 2da33641c8aaf1b175b74a756130eb607cb44742 /examples/query/LexQueryEng.gf | |
| parent | 61e4e9ac20090aa32269dffa83bce174e5bfb04d (diff) | |
some fixes in QuerySwe; a first version of QueryFre
Diffstat (limited to 'examples/query/LexQueryEng.gf')
| -rw-r--r-- | examples/query/LexQueryEng.gf | 2 |
1 files changed, 1 insertions, 1 deletions
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 |
