Skip to content

anton2yakovlev/auto_correct_text

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Auto-correct text

Correcting typos in a word based on the frequency dictionary.

This algorithm is based on the distance between words according to the Levenshtein-Damerau algorithm, and the frequency of words in the language.

There is a choice of three functions for calculating the best option: linear, exponential and power function. The parameters for these functions are user-definable.

05.12.2021

Python 3.9.4

Package: csv, logging, typing

Author: https://github.com/anton2yakovlev

About

Correcting typos in a word based on the frequency dictionary

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages