Hi all
I would like to add a tagging on document, making tag filter to filter out “unwanted” tag, then use Tag Cloud to display the result of these filtered terms.
The flow is:
Doc --> Stanford tagger --> Dictionary tagger (for Sentiment tagging) --> Tag filter (to filter out POSITIVE sentiment) --> BOW --> TF --> Tag Cloud.
However, no records was filtered out from Tag Filter, the tag cloud displayed are the same for either using Tag filter or not.
Pls help