简体   繁体   中英

How to handle spelling mistakes in UnigramTagger in nltk python?

I am doing Named Entity Recognition using python nltk library.I am using UnigramTagger to custom tag tokens.And its happening perfectly fine. The problem is the tagger exactly tags to words that I mention in my model.With any spelling mistake,it fails to find the word. How do I solve this problem? I liked how fuzzywuzzy allows ratio search but don't know if the same functionality is provided by any nltk tagger .Need some help here.Thanks.

You need to correct spellings before Named Entity Recognition. You can do this from following url..

spell checker

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