ELG compatible version of Turku neural parser for Finnish
95
ELG compatible Flask based REST API for Turku neural parser (segmentation, morphological tagging, dependency parsing and lemmatization). This version supports only Finnish.
docker run -d -p <port>:8000 --init lingsoft/turku-neural-parser:<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 (branch elg).
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
2.4 GB
Last updated
about 4 years ago
docker pull lingsoft/turku-neural-parser:2.8.0-elg