shuvo_hi
shuvo_hi

Reputation: 55

I want to ignore all other tags except noun and verb tags. is it possible to do it using Stanford corenlp word class?

I want to ignore all other tags except noun and verb tags. is it possible to do it using Stanford corenlp word lavel?

Upvotes: 0

Views: 111

Answers (1)

Prateek
Prateek

Reputation: 1926

You can generate POS tags using Stanford corenlp and then prune the ones not having verb and noun tags. Try this to get a feel of how tagging is done for different input sentences and do read the POS tagging manual to get a hold of what different POS tag mean.

Upvotes: 0

Related Questions