Use the Stanford CoreNLP with nltk. NER is basically extracting the most important keywords in the article and categorizing it according to the Table below.
Standford NERStandford NER(Stanford Named Entity Recognizer )是斯坦福大学提供开源命名实体识别库,使用Java语言实现, 可以用来识别文本中的人名、地名、组织名称等实体。采用的是CRF分类器进行实体识别。使用Standford NER进行命名实体