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

https://github.com/orkohunter/vectorentry-backend

Backend for the VectorEntry keyboard with features like correction and prediction
https://github.com/orkohunter/vectorentry-backend

Last synced: 4 months ago
JSON representation

Backend for the VectorEntry keyboard with features like correction and prediction

Awesome Lists containing this project

README

        

# vectorentry-backend
Backend for the VectorEntry keyboard with features like correction and prediction

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

## How to run?

Install dependencies

```shell
pip3 install -r requirements.txt
```

and download nltk corpora

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

run the app ->

```shell
python3 app.py
```

Open the URL in browser to interact with the server.