benman1 / spell_check

REST API for NLP spell checker using Bayes formula

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Spell-correction Web Service

This service provides a list of likely matches for a word, ordered by their probability.

Running

First, start the service. This is done by changing into the project directory and typing the following:

virtualenv venv
pip install -r requirements.txt
python api.py

Endpoints

You can access the endpoint via curl (or your web browser) at:

curl localhost://misspelled/$word

About

REST API for NLP spell checker using Bayes formula


Languages

Language:OpenEdge ABL 99.4%Language:Python 0.6%