summaryrefslogtreecommitdiff
path: root/examples/query/QueryI.gf
diff options
context:
space:
mode:
Diffstat (limited to 'examples/query/QueryI.gf')
-rw-r--r--examples/query/QueryI.gf6
1 files changed, 6 insertions, 0 deletions
diff --git a/examples/query/QueryI.gf b/examples/query/QueryI.gf
index 16c8ba24c..6c98e0188 100644
--- a/examples/query/QueryI.gf
+++ b/examples/query/QueryI.gf
@@ -17,6 +17,9 @@ lincat
Relation = Rel ; -- = {ap : AP ; vp : VP ; prep : Prep} ;
Individual = NP ;
Name = NP ;
+ Loc = NP ;
+ Org = NP ;
+ Pers = NP ;
[Individual] = [NP] ;
lin
@@ -176,5 +179,8 @@ lin
NCountry c = c.np ;
PCountry c = propAP (mkAP c.a) ;
+ NLoc n = n ;
+ NOrg n = n ;
+ NPers n = n;
}