Skip to content

Commit

Permalink
[Text Analytics] Merging feature branch for v5.2-beta.2 to main (#18355)
Browse files Browse the repository at this point in the history
* [Text Analytics] Regenerate using v3.2-preview.2 swagger (#17026)

* [Text Analytics] Regenerate using v3.2-preview.2 swagger

* regenerate with latest version

* [Text Analytics] Support Custom Text (#17128)

* [Text Analytics] Support Custom Text

* update readme and compile new actions

* export ClassificationResult

* edit

* edit

* edit

* [Text Analytics] Make project and deployment names required (#17402)

* [Text Analytics] Add tests for Custom Text (#17756)

* [Text Analytics] Add tests for Custom Text

* update

* remove only

* [Text Analytics] Refine proposed API View (#17794)

* [Text Analytics] Refine proposed API View

* update changelog

* [Text Analytics] address archboard feedback (#18131)

* address archboard feedback

* Update sdk/textanalytics/ai-text-analytics/src/multiCategoryClassifyResult.ts

Co-authored-by: Krista Pratico <krpratic@microsoft.com>

Co-authored-by: Krista Pratico <krpratic@microsoft.com>

* [Text Analytics] Add samples for Custom Text (#17822)

* [Text Analytics] Add samples for Custom Text

* edit summary

* Update sdk/textanalytics/ai-text-analytics/samples-dev/customText.ts

Co-authored-by: Will Temple <witemple@microsoft.com>

* revert samples

* unpublish

Co-authored-by: Will Temple <witemple@microsoft.com>

* [Text Analytics] Use persistent CI resource

* fix typo

* address feedback

* fix typo

* [Text Analytics] Fix Preview.2 samples (#18257)

* [Text Analytics] Re-record all tests (#18354)

* address feedback

* update swagger link

* edit

* fix recordings

Co-authored-by: Krista Pratico <krpratic@microsoft.com>
Co-authored-by: Will Temple <witemple@microsoft.com>
  • Loading branch information
3 people authored Oct 26, 2021
1 parent 93fa100 commit b4d48e4
Show file tree
Hide file tree
Showing 480 changed files with 16,123 additions and 14,863 deletions.
3 changes: 3 additions & 0 deletions sdk/textanalytics/ai-text-analytics/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,9 @@

### Features Added

- We are now targeting the service's v3.2-preview.2 API as the default instead of v3.2-preview.1.
- Adding support for a three new actions in `beginAnalyzeActions`: `recognizeCustomEntities`, `singleCategoryClassify`, and `multiCategoryClassify`. The new actions allow you to use custom models to perform entity recognition and classification actions.

### Breaking Changes

### Bugs Fixed
Expand Down
4 changes: 3 additions & 1 deletion sdk/textanalytics/ai-text-analytics/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

[Azure TextAnalytics](https://azure.microsoft.com/services/cognitive-services/text-analytics/) is a cloud-based service that provides advanced natural language processing over raw text, and includes the following main features:

**Note:** This SDK targets Azure Text Analytics service API version 3.2.0-preview.1.
**Note:** This SDK targets Azure Text Analytics service API version 3.2.0-preview.2.

- Language Detection
- Sentiment Analysis
Expand All @@ -12,6 +12,8 @@
- Linked Entity Recognition
- Extractive Summarization
- Healthcare Analysis
- Custom Entities Recognition
- Custom Document Classification
- Support Multiple Actions Per Document

Use the client library to:
Expand Down
8 changes: 7 additions & 1 deletion sdk/textanalytics/ai-text-analytics/karma.conf.js
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,13 @@ module.exports = function(config) {
"TEXT_ANALYTICS_API_KEY_ALT",
"AZURE_CLIENT_ID",
"AZURE_CLIENT_SECRET",
"AZURE_TENANT_ID"
"AZURE_TENANT_ID",
"TEXT_ANALYTICS_RECOGNIZE_CUSTOM_ENTITIES_PROJECT_NAME",
"TEXT_ANALYTICS_RECOGNIZE_CUSTOM_ENTITIES_DEPLOYMENT_NAME",
"TEXT_ANALYTICS_SINGLE_CATEGORY_CLASSIFY_PROJECT_NAME",
"TEXT_ANALYTICS_SINGLE_CATEGORY_CLASSIFY_DEPLOYMENT_NAME",
"TEXT_ANALYTICS_MULTI_CATEGORY_CLASSIFY_PROJECT_NAME",
"TEXT_ANALYTICS_MULTI_CATEGORY_CLASSIFY_DEPLOYMENT_NAME"
],

// test results reporter to use
Expand Down

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Loading

0 comments on commit b4d48e4

Please sign in to comment.