Skip to content

RadostinaIvanova/Spelling-corrector

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Spelling-corrector

The program corrects spelling mistakes in search queries - words and phrases that people type into a search box in order to pull up a list of results. It uses Demerau-Levenshtein edit distance between two sequences, moreover it uses weightened edit distance between two words using single operations edits such as insertion, deletion,transposition or substitution. It uses stochastic probability model for predictive modelling and probabilistic forecasting. Using both the model and weighted edit distance it generates candidates and chooses that with best probability.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages