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