Any variable in a narrative can have an optional sentiment. For example:
{% set trend = 'increased' if x > 0 else 'decreased' %}
Sales have {{ trend }}.
Here, the variable {{ trend }} should be annotated with a sentiment, which may be optionally used for generating HTML annotations on the generated template, among other things.
Any variable in a narrative can have an optional sentiment. For example:
Here, the variable
{{ trend }}
should be annotated with a sentiment, which may be optionally used for generating HTML annotations on the generated template, among other things.