Skip to content

Dependency parsing

Mika Hämäläinen edited this page Mar 8, 2019 · 8 revisions

UralicNLP provides a Python binding to Turku Finnish Dependency Parser and Turku Neural Parser.

How to use

UralicNLP currently supports only Finnish for dependency parsing. It requires the Turku Dependency Parser Docker to be configured and running.

If you want to use the latest neural parser, make sure you run it on docker like so

docker run -d -p 15000:9876 turkunlp/turku-neural-parser:finnish-cpu-plaintext-server
Clone this wiki locally