diff options
| author | aarne <aarne@chalmers.se> | 2011-09-19 14:37:30 +0000 |
|---|---|---|
| committer | aarne <aarne@chalmers.se> | 2011-09-19 14:37:30 +0000 |
| commit | a96e90a4ae0f05092f9009467d5afcde6f2962f6 (patch) | |
| tree | 766b94b6a83f252e33c58c17b36c70dece253907 /examples/query/small/QueryEng.gf | |
| parent | 343e852bfe9ef4c63d25742054f6e9463a78d1ac (diff) | |
QueryFin improved
Diffstat (limited to 'examples/query/small/QueryEng.gf')
| -rw-r--r-- | examples/query/small/QueryEng.gf | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/examples/query/small/QueryEng.gf b/examples/query/small/QueryEng.gf index bce50ffce..6117c9b3c 100644 --- a/examples/query/small/QueryEng.gf +++ b/examples/query/small/QueryEng.gf @@ -111,12 +111,8 @@ oper -- lexicon lincat - Country = {np : NP ; a : A} ; JobTitle = CN ; lin - NCountry c = c.np ; - PCountry c = mkAP c.a ; - Located i = mkAP (mkA2 (mkA "located") in_Prep) i | mkAP (mkA2 (mkA "situated") in_Prep) i ; |
