Monday, January 12, 2015

How to tag Named Entity on tweets from a query result?

After making Stanford NER tagger to host via localhost for given input, thought to extend to tag named entity on Twitter o/p for given query (Hashtag, Word like ie Boston etc). So used Twitter API based application blogged earlier here. Then designed a PhP class, which uses "Stanford NER" to tag tweets coming out of query to Twitter engine. Tagged outcome is color coded for better readability. For tagging purpose, cleaned the tweets out come (removing, #, @, RT).

Here is a snapshot.