Skip to content

AI Autocorrect app that use the collected data from user inputs.

Notifications You must be signed in to change notification settings

enesgorkemgenc/ml-autocorrect

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

ai-autocorrect

AI Autocorrect app that utilizes the collected data from user inputs.

Demo GIF

ezgif com-gif-maker

How Does It Work ?

When you make a typo and fix it, It will detect the difference, then a relation between misspelled word and the correction is going to be received or created

If the relation already exists, the count variable in the relation will increase. That count variable counts how many times someone changed the misspelled word to the accurate word.

It is for showing the best matches to the user.

After every letter you write, you are going to receive top 3 suggestions for the last word in the input area.

aiautocorrectss1_600x338

For Example;

When someone types "hellp" they would probably fix that to "hello", and assume that this typo has been changed to "hello" 10 times. But there will also be someone that meant "help", and change the "hellp" to "help", and let's assume that this has been done 5 times

Then the suggestion "hello" is going to be in the first place.

The suggestions are the top 3 words that have the highest value of count variable in their relations with the misspelled word.

Use Arrow-up ↑ and Arrow-down ↓ to switch between the suggestions.

switch

Use Enter ↵ to apply the selected suggestion.

apply

About

AI Autocorrect app that use the collected data from user inputs.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published