parvvaresh / Autocorrect

Have you ever wondered about how the Autocorrect features work on the keyboard of a Smartphone? Now almost every smartphone brand regardless of its price provides an autocorrect feature in their keyboards today.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Autocorrect Text using NLP in Python

Automatic correction is implemented by 2 algorithms eidt distance and jaccard_similarity and both correct words automatically with high accuracy.

This program supports 2 languages, Farsi and English


To use this code in your system, you must follow the following 4 steps:

step1 :
clone this repositori by this command :
git clone https://github.com/parvvaresh/Autocorrect
step2 :
go to the folder of this repositori:
cd Autocorrect
step3 :
install package and library(pandas):
pip3 install -r requirements.txt
step4 :
run main file:
python3 main.py

or

python main.py

About

Have you ever wondered about how the Autocorrect features work on the keyboard of a Smartphone? Now almost every smartphone brand regardless of its price provides an autocorrect feature in their keyboards today.


Languages

Language:Python 100.0%