Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
IshtyM authored Sep 29, 2021
1 parent 906977b commit 8288108
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
# Mini-Auto-Correct-Model

Autocorrection, also known as text replacement, replace-as-you-type or simply autocorrect, is an automatic data validation function commonly found in word processors and text editing interfaces for smartphones and tablet computers.
Auto Correct Model is the key feature of every app and web application. Here, auto correct model is made using the words text file.
Initally pre-processing is done, followed by the counting the words and each word probabilities. The word having the maximum probability will be shows and the minimum edit distance. It includes four steps, delete, insert, sswitch and replace.
Editing one letter is finnally used at the end for prediction although, the two edit distance and minimum edit distance is also explained here.

0 comments on commit 8288108

Please sign in to comment.