query language versions merged

This commit is contained in:
aarne
2010-11-15 17:28:39 +00:00
parent 60a401057f
commit 4febf77ae2
7 changed files with 219 additions and 65 deletions

View File

@@ -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;
}