Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/pprzetacznik/nlp-levenshtein

Levenshtein distance
https://github.com/pprzetacznik/nlp-levenshtein

Last synced: 26 days ago
JSON representation

Levenshtein distance

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 words

Run:
~~~
pip install -r requirements.txt
python -m test_stats
python stats.py żołnież rzołnież
python correct.py dictionary2.txt abcd
~~~