I downloaded and successfully added the Stanford NLP libraries to my project. Following this Stackoverflow Answer, it worked perfectly. However, is there a way to specify the 'POS' to be searched? Or is it possible?
Example: If you used the word creation
, is it possible to set the POS Tag to verb so that it will return create
rather than creation
?