-
Notifications
You must be signed in to change notification settings - Fork 3.2k
[text analytics] Add warnings #11053
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
Merged
iscai-msft
merged 12 commits into
Azure:feature/text_analytics_v3.0
from
iscai-msft:add_warnings
Apr 27, 2020
Merged
[text analytics] Add warnings #11053
iscai-msft
merged 12 commits into
Azure:feature/text_analytics_v3.0
from
iscai-msft:add_warnings
Apr 27, 2020
Conversation
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
…into add_warnings * 'master' of https://github.com/Azure/azure-sdk-for-python: Implementation for Datasources operations (Azure#11012) rename SearchIndexClient -> SearchClient (Azure#10964) Servicebus - Track2 - Remove timeout from Send (Azure#11002) Fixing compute test (Azure#11036) fixing merge error (Azure#11039) Update Ubuntu VM Image to 18.04 (Azure#11032) add regular endpoint in new env variable (Azure#11031)
…e/azure-sdk-for-python into add_warnings * 'feature/text_analytics_v3.0' of https://github.com/Azure/azure-sdk-for-python:
…e/azure-sdk-for-python into add_warnings * 'feature/text_analytics_v3.0' of https://github.com/Azure/azure-sdk-for-python: [ServiceBus] Settle non-deferred message through receiver link (Azure#10800) Add sync/async samples to demonstrate consuming from a number of sessions at one time. (Azure#11001) [text analytics] score -> confidence_score in DetectedLanguage (Azure#11076) fixed alternative document input samples (Azure#11078) Fix pip link in azure-keyvault-secrets readme (Azure#11056) [text analytics] have tests pass (as much as they can) in ci (Azure#11055) [ServiceBus] Update for readme and sample (Azure#11047)
…e/azure-sdk-for-python into add_warnings * 'feature/text_analytics_v3.0' of https://github.com/Azure/azure-sdk-for-python: [text analytics] Add text to sentence sentiment (Azure#11054)
sdk/textanalytics/azure-ai-textanalytics/azure/ai/textanalytics/_models.py
Outdated
Show resolved
Hide resolved
sdk/textanalytics/azure-ai-textanalytics/azure/ai/textanalytics/_models.py
Show resolved
Hide resolved
sdk/textanalytics/azure-ai-textanalytics/azure/ai/textanalytics/_models.py
Outdated
Show resolved
Hide resolved
kristapratico
approved these changes
Apr 27, 2020
…e/azure-sdk-for-python into add_warnings * 'feature/text_analytics_v3.0' of https://github.com/Azure/azure-sdk-for-python: [text analytics] Fix test errors dl recognize entities (Azure#11083)
iscai-msft
added a commit
that referenced
this pull request
May 18, 2020
…e/azure-sdk-for-python into feature/text_analytics_v3.0 * 'feature/text_analytics_v3.0' of https://github.com/Azure/azure-sdk-for-python: [text analytics] Too many documents (#11155) removed grapheme_offset and grapheme_length, renamed grapheme_count to character_count (#11190) [text analytics] Add warnings (#11053) [text analytics] Fix test errors dl recognize entities (#11083) [text analytics] Add text to sentence sentiment (#11054)
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
fixes #10036