askplatypus / syntaxnet-api

A small HTTP API for SyntaxNet
Apache License 2.0
19 stars 18 forks source link

Added Russian language #4

Open bekerov opened 7 years ago

bekerov commented 7 years ago

Corrected swagger API url Updated readme.md

Tpt commented 7 years ago

You probably want to add "Russian" to install-syntaxnet-debian.sh and maybe also to the Swagger UI defined in flask_server.py

Tpt commented 7 years ago

I read in [1] that Russian does not have text segmentation yet. I'm afraid it's a blocker (except if the documentation is outdated).

[1] https://github.com/tensorflow/models/blob/master/syntaxnet/universal.md

Tpt commented 7 years ago

Sadly no tokenizer for Russian :-(. So, this PR won't work as it is. We have to find/train a tokenizer.

bekerov commented 7 years ago

No problem .)