Sign inSign up

lingsoft/tnpp-proxy

By lingsoft

•Updated about 4 years ago

ELG proxy for Turku neural parser

Image
0

83

lingsoft/tnpp-proxy repository overview

⁠ELG proxy for Turku neural parser

ELG compatible⁠ Flask based proxy for Turku neural parser⁠ (segmentation, morphological tagging, dependency parsing and lemmatization). This version supports only Finnish.

⁠Deploying the service

docker run -d -p <port>:8000 --init lingsoft/tnpp-proxy:<tagname>

⁠Usage

Simple test call

curl -X POST -H 'Content-Type: application/json' http://localhost:8000/process -d '{"type":"text","content":"Minulla on koira."}'

More information: source code⁠.

⁠Authors

⁠Original authors of Turku neural parser

Jenna Kanerva and Filip Ginter and Niko Miekka and Akseli Leino and Tapio Salakoski. Turku Neural Parser Pipeline: An End-to-End System for the CoNLL 2018 Shared Task, Proceedings of the CoNLL 2018 Shared Task: Multilingual Parsing from Raw Text to Universal Dependencies, Association for Computational Linguistics, Brussels, Belgium, 2018. Source code published under Apache-2.0 License.

⁠ELG API integration

The ELG API was developed by Lingsoft⁠ as part of the Connecting Europe Facility (CEF) project Microservices at your service: bridging the gap between NLP research and industry⁠

⁠License

Apache 2.0

Tag summary

Content type

Image

Digest

Size

100.5 MB

Last updated

about 4 years ago

docker pull lingsoft/tnpp-proxy:2.8.0-elg