fayazkhan / fuzzy-autocomplete

An autocomplete search that's very forgiving on misspelled words

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

fuzzy-autocomplete

An autocomplete search that's very forgiving on misspelled words

Running

pip install -r requirements.txt
python setup.py install
export FLASK_APP=fuzzy_autocomplete/app.py
flask run

About

An autocomplete search that's very forgiving on misspelled words

License:GNU General Public License v3.0


Languages

Language:Python 100.0%