使用Stanford CoreNLP进行名称实体识别

时间:2017-01-31 19:46:12

标签: python nltk stanford-nlp

如您所知,我们可以在NLTK中使用Stanford NER包(from nltk.tag import StanfordNERTagger)。我的问题是如何在NLTK中使用Stanford CoreNLP而不是StanfordNERTagger?例如,如果你看到 http://dotnetcoretutorials.com/2017/01/30/running-unit-tests-dotnet-test/ 这个文字:“01/02/2017 8:35 am”它在NER中将此文本显示为“日期”但是当我使用StanfordNERTagger时它没有'有“日期”标签,无法显示。 NER Tagger包具有“Location”,“Organization”和“Person”标签。

0 个答案:

没有答案