Skip to main content

Web API for NLP tagger PIE

Project description

pie-flask

Flask API for Pie

How to use :

You can retrieve a Blueprint by using the following code

from flask import Flask
from flask_pie import PieController
from pie_extended.models.fro import get_iterator_and_processor
from pie_extended.cli.sub import get_tagger

app = Flask(__name__)
fro_controller = PieController(
    tagger=get_tagger("fro"),
    get_iterator_and_processor=get_iterator_and_processor,
    path="/fro"
)
fro_controller.init_app(app)

if __name__ == "__main__":
    app.run()

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

flask_pie-0.1.2.tar.gz (3.6 kB view hashes)

Uploaded Source

Built Distribution

flask_pie-0.1.2-py2.py3-none-any.whl (8.8 kB view hashes)

Uploaded Python 2 Python 3

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page