Finnish adverbial existentials

This commit is contained in:
aarne
2006-06-18 20:51:40 +00:00
parent e47076fcec
commit dca9d90d00
2 changed files with 12 additions and 0 deletions

View File

@@ -1,3 +1,7 @@
abstract ExtraFinAbs = Extra [GenNP] ** {
fun
AdvExistNP : Adv -> NP -> Cl ; -- kuvassa olemme me
AdvPredNP : Adv -> V -> NP -> Cl ; -- kuvassa hymyilee Veikko
}