Skip to content

Latest commit

 

History

History
14 lines (9 loc) · 415 Bytes

README.md

File metadata and controls

14 lines (9 loc) · 415 Bytes

Persian-Autocorrect

A simple Persian spell checker and autocorrector.

What is this?

I am just trying to write a simple autocorrection program for persian. The program first finds out if the input word is misspelled. Then, if it is misspelled, it suggests the appropriate words instead to correct the word.

Then I try to turn it into a Telegram bot to detect users' spelling mistakes and correct them.