Sign inSign up

lingsoft/turku-neural-parser

By lingsoft

•Updated about 4 years ago

ELG compatible version of Turku neural parser for Finnish

Image
0

95

lingsoft/turku-neural-parser repository overview

⁠Turku neural parser

ELG compatible⁠ Flask based REST API 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/turku-neural-parser:<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⁠ (branch elg).

⁠Authors

⁠Original authors

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

2.4 GB

Last updated

about 4 years ago

docker pull lingsoft/turku-neural-parser:2.8.0-elg