How to remove stopwords using stanford nlp

user2609542 picture user2609542 · Jul 25, 2013 · Viewed 7.3k times · Source

I want to parse the document using stanford nlp and remove stopwords from that, so my question is how to remove stopwords using stanford nlp is there any api to remove that, I find StopWords class but I dont know how to use this, please suggest me how to get this?

Thanks

Answer

Raju Penumatsa picture Raju Penumatsa · Aug 14, 2013

I think you can use this annotator to remove stop words https://github.com/jconwell/coreNlp