a new Extra function for AP without CN, e.g. "a green one"

This commit is contained in:
aarne
2016-03-29 18:50:34 +00:00
parent 6028bf7679
commit e929080bb6
4 changed files with 21 additions and 2 deletions

View File

@@ -105,4 +105,9 @@ abstract Extra = Cat ** {
FrontExtPredVP : NP -> VP -> Cl ; -- I am here, she said
InvFrontExtPredVP : NP -> VP -> Cl ; -- I am here, said she
-- to use an AP as CN without CN
AdjAsCN : AP -> CN ; -- a green one ; en grön (Swe)
}