pro drops and 'how AP' in Extra for some languages

This commit is contained in:
aarne
2010-04-09 14:38:33 +00:00
parent 74a61db4a1
commit 64392c7a50
17 changed files with 64 additions and 6 deletions

View File

@@ -36,4 +36,11 @@ abstract Extra = Cat ** {
ConjVPS : Conj -> [VPS] -> VPS ;
PredVPS : NP -> VPS -> S ;
-- 9/4/2010
fun
ProDrop : Pron -> Pron ; -- unstressed subject pronoun becomes []: "(io) sono stanco"
ICompAP : AP -> IComp ; -- "how old"
IAdvAdv : Adv -> IAdv ; -- "how often"
}