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
- Host: GitHub
- URL: https://github.com/erikgreasy/python-text-corrector
- Owner: erikgreasy
- License: mit
- Created: 2022-04-16T12:53:15.000Z (almost 4 years ago)
- Default Branch: master
- Last Pushed: 2022-04-27T13:04:54.000Z (over 3 years ago)
- Last Synced: 2025-01-15T13:14:31.096Z (about 1 year ago)
- Topics: dynamic-programming, edit-distance, longest-common-substring, python
- Language: Python
- Homepage:
- Size: 701 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: readme.md
- License: LICENSE
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
```