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/LexQuery.gf | |
| parent | 61e4e9ac20090aa32269dffa83bce174e5bfb04d (diff) | |
some fixes in QuerySwe; a first version of QueryFre
Diffstat (limited to 'examples/query/LexQuery.gf')
| -rw-r--r-- | examples/query/LexQuery.gf | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/examples/query/LexQuery.gf b/examples/query/LexQuery.gf index 9bbb67949..83bfeeaef 100644 --- a/examples/query/LexQuery.gf +++ b/examples/query/LexQuery.gf @@ -2,7 +2,7 @@ interface LexQuery = open Syntax in { oper located_A : A ; - give_V3 : V3 ; + giveMe : NP -> VP ; know_V2 : V2 ; -- structural words |
