-
Notifications
You must be signed in to change notification settings - Fork 18
Added Russian language #4
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
base: master
Are you sure you want to change the base?
Conversation
Corrected swagger API url Updated readme.md
@@ -60,7 +60,7 @@ def _v1_spec(): | |||
'url': 'http://www.apache.org/licenses/LICENSE-2.0.html' | |||
} | |||
}, | |||
'host': 'syntaxnet.askplatyp.us', | |||
'host': '127.0.0.1:7000', |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
We should find a way to get the current URL. Here it'll break the "production" version of this service at http://syntaxnet.askplatyp.us
Should probably be done in an other pull request
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
yesterday this doesnt work for me
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Should be running now.
You probably want to add "Russian" to install-syntaxnet-debian.sh and maybe also to the Swagger UI defined in flask_server.py |
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 |
Sadly no tokenizer for Russian :-(. So, this PR won't work as it is. We have to find/train a tokenizer. |
No problem .) |
Corrected swagger API url
Updated readme.md