Stanford NER Features

a 夏天 提交于 2019-12-21 06:17:15

问题


I am currently trying to use the Stanford NER system and I am trying to see what features can be extracted through setting of the flags in a properties file. It seems that the features documented at http://nlp.stanford.edu/nlp/javadoc/javanlp/edu/stanford/nlp/ie/NERFeatureFactory.html are not comprehensive. For example, all the feature flags related to dist similarity and clustering are not included (e.g. useDistSim, etc.). Is there a more complete list of all the features and corresponding flags that is available somewhere?

Thanks for the help!


回答1:


At present, no. You need to look through the source code....




回答2:


Feature of NER is declare in properties file. You can find more information from NER FAQ, question 2.



来源:https://stackoverflow.com/questions/25431094/stanford-ner-features

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