sebasibarguen / convo

Convo is an API for spellchecking, translation and word suggestions.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Fuzzy Word Matcher

FuzzyMatcher is a a python package exposed through a flask app that suggests correct dictionary words for a given "word" or word part.

Use cases

Dev

Setup

To setup development environment, follow these steps:

git clone https://github.com/sebasibarguen/fuzzy_matcher.git
cd fuzzy_matcher
python3 -m venv venv
. venv/bin/activate

Run

export FLASK_APP=web/run:app
export FLASK_ENV=development
flask run

Run tests

In top direcotyr, run python -m pytest

About

Convo is an API for spellchecking, translation and word suggestions.


Languages

Language:CSS 53.8%Language:Python 34.4%Language:HTML 4.4%Language:JavaScript 3.7%Language:HCL 2.7%Language:Dockerfile 1.1%