creating a spelling correction system using only python.This project is not for complete beginners, so make sure that you learnt python till modules to learn something through the project.I will be using Text Blob module of python.This module is use to do some advanced file operations in python.Keep reading!
Solution:
First, create a text file and write the wrong spelling of something within it, like I put this:
Python is grat!
Then create a python file, write this content within it, and definitely read the comments I put in the code for clear information:
Output:
The wrong spelling you wrote: Python is grat!
The correct spelling of that text was: Python is great!
need an explanation for this answer? contact us directly to get an explanation for this answer