mirror of
https://github.com/GrammaticalFramework/gf-core.git
synced 2026-04-23 19:42:50 -06:00
added StressedPron
This commit is contained in:
@@ -133,4 +133,10 @@ lin
|
|||||||
lin
|
lin
|
||||||
zullen_VV = lin VV (zullen_V ** {isAux = True}) ;
|
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
|
||||||
|
} ;
|
||||||
|
|
||||||
}
|
}
|
||||||
|
|||||||
@@ -19,5 +19,6 @@ abstract ExtraDutAbs = Extra [
|
|||||||
|
|
||||||
fun
|
fun
|
||||||
zullen_VV : VV ; -- ik zal slapen
|
zullen_VV : VV ; -- ik zal slapen
|
||||||
|
StressedPron : Pron -> NP ;
|
||||||
|
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user