-
Notifications
You must be signed in to change notification settings - Fork 1.6k
Switch NL from v1beta1 to v1. Fixes #2747. #2798
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
Conversation
dhermes
left a comment
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.
Wow that was easy! Thanks a lot
| api_response = self.client._connection.api_request( | ||
| method='POST', path='analyzeSyntax', data=data) | ||
| return [Token.from_api_repr(token) | ||
| for token in api_response['tokens']] |
This comment was marked as spam.
This comment was marked as spam.
Sorry, something went wrong.
This comment was marked as spam.
This comment was marked as spam.
Sorry, something went wrong.
language/unit_tests/test_document.py
Outdated
| 'proper': 'PROPER', | ||
| 'reciprocity': 'RECIPROCITY_UNKNOWN', | ||
| 'tense': 'TENSE_UNKNOWN', | ||
| 'voice': 'VOICE_UNKNOWN', |
This comment was marked as spam.
This comment was marked as spam.
Sorry, something went wrong.
This comment was marked as spam.
This comment was marked as spam.
Sorry, something went wrong.
|
LGTM |
|
Is there a set release schedule? What's the ETA on getting a new version of |
|
I'll be releasing this afternoon, thanks for checking in |
Switch NL from v1beta1 to v1. Fixes googleapis#2747.
Switch NL from v1beta1 to v1. Fixes #2747.
No description provided.