简体   繁体   中英

How to do Named Entity Tagging in python for Stanford coreNLP?

I'm new at NLP. And was trying my hand at Stanford Named Entity Recognition. Right now, I used the Stanford NLP to generate xml file of the text files. Now I want to generate text files from the xml files such that the named entities are replaced by the tag in this now? How should I do that? Can someone help??

Not sure exactly what you want to do or how you want to do it. If you want to do your processing in Python, I'd advise for you to check out: https://github.com/dasmith/stanford-corenlp-python

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM