Cannot use {Individual} with role code
Posted: 16 Dec 2021 13:45
I must be overlooking something obvious.
Suppose I have the sentence definition:
{Individual} lives with {role:GIVEN=partner} -- this works fine
But the "mirror" for the witness Partner, like:
{Individual} lives with {principal:GIVEN} -- doesn't work, because it seems dat the GIVEN code is not allowed with principal.
Is there an easy way (as in without resorting to complex code to get something as simple as this accomplished
) to make the "mirror" work as intended?
Suppose I have the sentence definition:
{Individual} lives with {role:GIVEN=partner} -- this works fine
But the "mirror" for the witness Partner, like:
{Individual} lives with {principal:GIVEN} -- doesn't work, because it seems dat the GIVEN code is not allowed with principal.
Is there an easy way (as in without resorting to complex code to get something as simple as this accomplished