added StressedPron

This commit is contained in:
inari
2014-05-22 08:27:44 +00:00
parent 2dfc6db44e
commit 6d4b5fbbe3
2 changed files with 7 additions and 0 deletions

View File

@@ -133,4 +133,10 @@ lin
lin
zullen_VV = lin VV (zullen_V ** {isAux = True}) ;
StressedPron pron = {
s = table {NPNom => pron.stressed.nom ; NPAcc => pron.stressed.acc} ;
a = pron.a ;
isPron = True
} ;
}

View File

@@ -19,5 +19,6 @@ abstract ExtraDutAbs = Extra [
fun
zullen_VV : VV ; -- ik zal slapen
StressedPron : Pron -> NP ;
}