ELG compatible Flask based proxy for Turku neural parser (segmentation, morphological tagging, dependency parsing and lemmatization). This version supports only Finnish.
docker run -d -p <port>:8000 --init lingsoft/tnpp-proxy:<tagname>
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.
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.
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
Apache 2.0
Content type
Image
Digest
Size
100.5 MB
Last updated
about 4 years ago
docker pull lingsoft/tnpp-proxy:2.8.0-elg