Search code examples
stanford-nlppos-tagger

NLP Postagger can't grok imperatives?


Stanford NLP postagger claims imperative verbs added to recent version. I've inputted lots of text with abundant and obvious imperatives, but there seems to be no tag for them on output. Must one, after all, train it for this pos?


Solution

  • There is no special tag for imperatives, they are simply tagged as VB.

    The info on the website refers to the fact that we added a bunch of manually annotated imperative sentences to our training data such that the POS tagger gets more of them right, i.e. tags the verb as VB.