Check and see if the identified annotation you get for "Smoking status: N"
without your change is actually "Non Smoker" with polarity 1.
Nonsmoker is a separate concept, from a Smoker with polarity -1. Instead
of looking at range text, check the canonical text for the concept you have.
Having said
Hi Team,
We are using cTAKES 4.0.0 as the NLP engine in our application. I have
added ContextAnnotator to the pipeline to achieve correct Polarity to the
tokens.
After analysing the ContextAnnotator code, I understand that negation
determining condition is written in NegationFSM class.
In my requi