We are using ANNIE
plugin "Document Normalizer" to remove stopwords and other punctuation symbols, later we call Gazetteer to process the normilized text and in the last step, we need some plugin to recover original text/position for each Annotation
.
How can we achieve that?
Thanks