Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/pprzetacznik/nlp-levenshtein
Levenshtein distance
https://github.com/pprzetacznik/nlp-levenshtein
Last synced: 26 days ago
JSON representation
Levenshtein distance
- Host: GitHub
- URL: https://github.com/pprzetacznik/nlp-levenshtein
- Owner: pprzetacznik
- Created: 2015-03-25T02:57:36.000Z (almost 10 years ago)
- Default Branch: master
- Last Pushed: 2015-03-25T02:58:26.000Z (almost 10 years ago)
- Last Synced: 2024-10-21T22:52:06.509Z (2 months ago)
- Language: Python
- Homepage:
- Size: 3.42 MB
- Stars: 0
- Watchers: 3
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
Natural Language Processing - Levenshtein distance
============Levenshtein distance with implemented following features:
* special cost function for Polish grammar errors and Czech errors
* recommentations for entered wordsRun:
~~~
pip install -r requirements.txt
python -m test_stats
python stats.py żołnież rzołnież
python correct.py dictionary2.txt abcd
~~~