https://github.com/lexiestleszek/spcheck
spell checking using Levenshtein's distance
https://github.com/lexiestleszek/spcheck
Last synced: 3 months ago
JSON representation
spell checking using Levenshtein's distance
- Host: GitHub
- URL: https://github.com/lexiestleszek/spcheck
- Owner: LexiestLeszek
- Created: 2024-01-24T19:57:11.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2024-02-08T06:44:17.000Z (over 1 year ago)
- Last Synced: 2025-01-13T21:44:14.017Z (5 months ago)
- Language: Python
- Size: 1.65 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# spcheck
A simple spell-checker using the Levenshtein distance algorithm.