Skip to content
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

Added Russian language #4

Open
wants to merge 3 commits into
base: master
Choose a base branch
from
Open

Conversation

bekerov
Copy link

@bekerov bekerov commented Jan 19, 2017

Corrected swagger API url
Updated readme.md

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',
Copy link
Collaborator

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

Copy link
Author

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

Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Should be running now.

@Tpt
Copy link
Collaborator

Tpt commented Jan 19, 2017

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

@Tpt
Copy link
Collaborator

Tpt commented Jan 19, 2017

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
Copy link
Collaborator

Tpt commented Jan 19, 2017

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

@bekerov
Copy link
Author

bekerov commented Jan 19, 2017

No problem .)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants