NLP Postagger can't grok imperatives?

假装没事ソ 提交于 2019-12-11 07:13:55

问题


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?


回答1:


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.



来源:https://stackoverflow.com/questions/28575795/nlp-postagger-cant-grok-imperatives

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!