OrkoHunter / vectorentry-backend

Backend for the VectorEntry keyboard with features like correction and prediction

Home Page:https://vectorentry-backend.herokuapp.com/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

vectorentry-backend

Backend for the VectorEntry keyboard with features like correction and prediction

Hosted - https://vectorentry-backend.herokuapp.com/

How to run?

Install dependencies

pip3 install -r requirements.txt

and download nltk corpora

>>> import nltk
>>> nltk.download("wordnet")

run the app ->

python3 app.py

Open the URL in browser to interact with the server.

About

Backend for the VectorEntry keyboard with features like correction and prediction

https://vectorentry-backend.herokuapp.com/

License:MIT License


Languages

Language:Python 92.9%Language:HTML 7.1%