alejandrocros / spacy-nlp-falcon

Simple Falcon API service to make Part Of Speech Tagging with Spacy package.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

spacy-nlp

This repo hosts a project for building a Docker container that performs text POS-Tagging using Spacy Python library and falcon FrameWork. Firstly thought for pt-br but with available models for other languages (see Spacy Doc).

TO-DO

  • Improve testing
  • Implement other languages and compare performance with Stanford-Core-NLP
  • Compare performance with Tornado

Testing

Some performance tests are located in ./tests/endpoint_tests, with a config file ./tests/conftest.py. In order to run them from terminal, change to parent directory and run the following command:

python -m pytest tests

About

Simple Falcon API service to make Part Of Speech Tagging with Spacy package.


Languages

Language:Python 93.5%Language:Dockerfile 6.5%