Skip to content

Autocorrection, also known as autocorrect, refers to the process through which the computer automatically recognizes an incorrectly spelled or mistyped word (e.g. "mispelled") and replaces it with the correct spelling ("misspelled"), usually as soon as the user finishes typing the current word/phrase. This project aims to develop this feature.

License

Notifications You must be signed in to change notification settings

aksh-n/autocorrect

Repository files navigation

autocorrect

Autocorrection, also known as autocorrect, refers to the process through which the computer automatically recognizes an incorrectly spelled or mistyped word (e.g. "mispelled") and replaces it with the correct spelling ("misspelled"), usually as soon as the user finishes typing the current word/phrase. This project aims to develop this feature.

Note:

  • the list of 3000 most common English words is retrieved from this link.
  • the big_dictionary file is adapted from this link.

Instructions:

To install the libraries, run pip install -r requirements.txt.

Then, run python main.py.

This project was tested with Python 3.9.

About

Autocorrection, also known as autocorrect, refers to the process through which the computer automatically recognizes an incorrectly spelled or mistyped word (e.g. "mispelled") and replaces it with the correct spelling ("misspelled"), usually as soon as the user finishes typing the current word/phrase. This project aims to develop this feature.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages