diff options
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 |
