-
Notifications
You must be signed in to change notification settings - Fork 2.9k
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
[textanalytics] auto LD and script detection #26342
Merged
kristapratico
merged 8 commits into
Azure:feature/ta-2022-10-01-preview
from
kristapratico:auto-ld
Oct 28, 2022
Merged
[textanalytics] auto LD and script detection #26342
kristapratico
merged 8 commits into
Azure:feature/ta-2022-10-01-preview
from
kristapratico:auto-ld
Oct 28, 2022
Conversation
This file contains 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
API change check APIView has identified API level changes in this PR and created following API reviews. |
kristapratico
requested review from
deyaaeldeen,
mssfang,
joseharriaga and
heaths
October 5, 2022 16:40
deyaaeldeen
reviewed
Oct 5, 2022
deyaaeldeen
approved these changes
Oct 6, 2022
kristapratico
added a commit
that referenced
this pull request
Nov 1, 2022
* [textanalytics] regenerate on 2022-10-01-preview (#26183) * regenerate on 2022-10-01-preview * update swagger readme * regen to get NER resolutions * record tests with PPE * regen on latest spec in main (#26763) * rerecord with prod (#26865) * [textanalytics] add back extractive summarization (#26322) * add back extractive summarization * small fixes * adding recordings for ext summ tests * [textanalytics] healthcare updates (#26339) * add fhir, document_type, confidence_score for healthcare * add recordings for tests + docstring fixes * rename DocumentType -> HealthcareDocumentType * [textanalytics] add NER resolutions (#26372) * expose NER resolutions * fix deserialization of polymorphic types and add basic tests * link to ms docs * [textanalytics] add abstractive summarization (#26399) * add impl for abstractive summarization as an action type * add some tests * add missing samples + pylint * heath's comments * [textanalytics] auto LD and script detection (#26342) * autodetect LD impl * add language script * update changelog * fixes + tests wip * add tests/fix changelog * add missing recordings and fix cspell * [textanalytics] adds dynamic classification (#26404) * add impl for dynamic classification * add samples + fix init import * rename dynamically_classify -> dynamic_classification * test wip * add patch for swagger/service mismatch on classifications property and record tests * [TA] get live tests running on feature branch (#27174) * switch to eastus so we can access gated preview features * skip abstract summary samples for now * fix cspell * tweak async sample
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.
Resolves #26190 #26176