Converts a word which has little meaning of its own to a word which provides the interpretation for it.
toantecedent($argument)
The function accepts one required argument (a named group).
String value.
Dataset
XPDL-rule
Result
This is Mr Jones. He is talking.
rule: he
{
query: {he}:m
result: Match = $m
attribute: Attribute= toantecedent($m)
}
Mr Jones
He is talking about the conference which ended on Friday.
rule: which
query: {which}:m
conference
This is a cat. It is called Fred.
rule: it
query: {it}:m
cat