mirror of
https://github.com/GrammaticalFramework/gf-core.git
synced 2026-04-14 15:29:31 -06:00
added StressedPron
This commit is contained in:
@@ -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
|
||||
} ;
|
||||
|
||||
}
|
||||
|
||||
@@ -19,5 +19,6 @@ abstract ExtraDutAbs = Extra [
|
||||
|
||||
fun
|
||||
zullen_VV : VV ; -- ik zal slapen
|
||||
StressedPron : Pron -> NP ;
|
||||
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user