Search
 
SCRIPT & CODE EXAMPLE
 
CODE EXAMPLE FOR PYTHON

how can I corect word spelling by use of nltk?

from textblob import TextBlob
 
data = "Natural language is a cantral part of our day to day life, and it's so antresting to work on any problem related to langages."
 
output = TextBlob(data).correct()
print(output)
Source by www.pythonprogramming.in #
 
PREVIOUS NEXT
Tagged: #I #corect #word #spelling
ADD COMMENT
Topic
Name
5+4 =