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: 7 days 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 (about 4 years ago)
- Default Branch: master
- Last Pushed: 2022-04-27T13:04:54.000Z (about 4 years ago)
- Last Synced: 2025-05-08T00:35:32.451Z (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
```