Skip to content

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

Open
wants to merge 3 commits into
base: master
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -34,6 +34,7 @@ Are available languages with the following Universal Dependencies training sets:
* no: Norwegian
* pl: Polish
* pt: Portuguese
* ru: Russian
* sl: Slovenian
* es: Spanish
* sv: Swedish
Expand Down
2 changes: 1 addition & 1 deletion flask_server.py
Original file line number Diff line number Diff line change
Expand Up @@ -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.

'basePath': '/v1',
'paths': {
'/parsey-universal-full': {
Expand Down
1 change: 1 addition & 0 deletions parsey.py
Original file line number Diff line number Diff line change
Expand Up @@ -39,6 +39,7 @@
'no': 'Norwegian',
'pl': 'Polish',
'pt': 'Portuguese',
'ru': 'Russian',
'sl': 'Slovenian',
'es': 'Spanish',
'sv': 'Swedish'
Expand Down