An open API service indexing awesome lists of open source software.

https://github.com/erikgreasy/python-text-corrector

LCS and Edit Distance text corrector
https://github.com/erikgreasy/python-text-corrector

dynamic-programming edit-distance longest-common-substring python

Last synced: 11 months ago
JSON representation

LCS and Edit Distance text corrector

Awesome Lists containing this project

README

          

# Python text corrector
Text correcting programm implemented with Longest Common Substring and Edit distance with use of dynamic programming.

## Run the program
To run the example program, execute the following command:
```
python main.py
```