which part of huge package nltk 开发者_开发技巧I must study and use, if I need mark geonames in text?
You'll want to use their named entity recognizer nltk.ne_chunk.
Once the text is tagged you'll want to look for phrases labeled LOC (location) and GPE (Geo-political Entity).
精彩评论