Skip to content

Commit 720b0c4

Browse files
committed
removing old content
1 parent 0007cf8 commit 720b0c4

File tree

1 file changed

+1
-64
lines changed
  • articles/cognitive-services/language-service

1 file changed

+1
-64
lines changed

articles/cognitive-services/language-service/overview.md

Lines changed: 1 addition & 64 deletions
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ manager: nitinme
88
ms.service: cognitive-services
99
ms.subservice: language-service
1010
ms.topic: overview
11-
ms.date: 08/25/2022
11+
ms.date: 09/01/2022
1212
ms.author: aahi
1313
ms.custom: ignite-fall-2021, event-tier1-build-2022
1414
---
@@ -38,9 +38,6 @@ This Language service unifies Text Analytics, QnA Maker, and LUIS and provides s
3838

3939
:::column-end:::
4040
:::row-end:::
41-
<!--You can use this feature with:
42-
* [Language Studio](language-studio.md)
43-
* [REST API and client library (Azure SDK)](named-entity-recognition/quickstart.md)-->
4441

4542
### Personally identifying (PII) and health (PHI) information detection
4643

@@ -89,11 +86,6 @@ This Language service unifies Text Analytics, QnA Maker, and LUIS and provides s
8986
:::column-end:::
9087
:::row-end:::
9188

92-
<!--You can use this feature with:
93-
94-
* [**Language Studio**](language-studio.md), a web-based platform where you can try PII detection without needing writing code.
95-
* [**REST API and client library (Azure SDK)**](./personally-identifiable-information/quickstart.md), which enables you to integrate PII detection into your applications using the REST API, or the client library available in a variety of languages.-->
96-
9789
### Key phrase extraction
9890

9991
:::row:::
@@ -105,11 +97,6 @@ This Language service unifies Text Analytics, QnA Maker, and LUIS and provides s
10597
:::column-end:::
10698
:::row-end:::
10799

108-
<!--You can use this feature with:
109-
110-
* [**Language Studio**](language-studio.md), a web-based platform where you can try key phrase extraction without needing writing code.
111-
* [**REST API and client library (Azure SDK)**](./key-phrase-extraction/quickstart.md), which enables you to integrate key phrase extraction into your applications using the REST API, or the client library available in a variety of languages.-->
112-
113100
### Entity linking
114101

115102
:::row:::
@@ -121,12 +108,6 @@ This Language service unifies Text Analytics, QnA Maker, and LUIS and provides s
121108
:::column-end:::
122109
:::row-end:::
123110

124-
<!--You can use this feature with:
125-
126-
* [**Language Studio**](language-studio.md), a web-based platform where you can try key phrase extraction without needing writing code.
127-
* [**REST API and client library (Azure SDK)**](./entity-linking/quickstart.md), which enables you to integrate key phrase extraction into your applications using the REST API, or the client library available in a variety of languages.-->
128-
129-
130111
### Text analytics for health
131112

132113
:::row:::
@@ -138,12 +119,6 @@ This Language service unifies Text Analytics, QnA Maker, and LUIS and provides s
138119
:::column-end:::
139120
:::row-end:::
140121

141-
<!--You can use this feature with:
142-
143-
* [**Language Studio**](language-studio.md), a web-based platform where you can try key phrase extraction without needing writing code.
144-
* [**REST API and client library (Azure SDK)**](./entity-linking/quickstart.md), which enables you to integrate key phrase extraction into your applications using the REST API, or the client library available in a variety of languages.
145-
* [**Docker container**](text-analytics-for-health/how-to/use-containers.md), to deploy this feature on-premises, letting you bring the service closer to your data for compliance, security, or other operational reasons. -->
146-
147122
### Custom text classification
148123

149124
:::row:::
@@ -203,48 +178,10 @@ This Language service unifies Text Analytics, QnA Maker, and LUIS and provides s
203178
:::column-end:::
204179
:::row-end:::
205180

206-
<!--You can use this feature with:
207-
208-
* [**Language Studio**](./custom-named-entity-recognition/quickstart.md?pivots=language-studio), a web-based platform where you can do the following without needing to write code:
209-
* Create and manage a custom NER project
210-
* Author, evaluate, and publish an AI model
211-
* Send prediction requests to your model, and view the output visually
212-
* [**REST API**](./custom-named-entity-recognition/quickstart.md?pivots=rest-api):
213-
* Create and manage a custom NER project
214-
* Author, evaluate, and publish an AI model
215-
* Send prediction requests to your model, and integrate it into your applications
216-
* [**Client library (Azure SDK)**](custom-named-entity-recognition/how-to/call-api.md):
217-
* Send prediction requests to your model after it has been created with either Language Studio, or the REST API.
218-
-->
219-
220-
221181
## Migrate from Text Analytics, QnA Maker, or Language Understanding (LUIS)
222182

223183
Azure Cognitive Services for Language unifies three individual language services in Cognitive Services - Text Analytics, QnA Maker, and Language Understanding (LUIS). If you have been using these three services, you can easily migrate to the new Azure Cognitive Services for Language. For instructions see [Migrating to Azure Cognitive Services for Language](concepts/migrate.md).
224184

225-
226-
227-
<!--Azure Cognitive Service for Language provides the following features:
228-
229-
> [!div class="mx-tdCol2BreakAll"]
230-
> |Feature |Description | Deployment options|
231-
> |---------|---------|---------|
232-
> | [Named Entity Recognition (NER)](named-entity-recognition/overview.md) | This pre-configured feature identifies entities in text across several pre-defined categories. | * [Language Studio](language-studio.md) <br> * [REST API and client-library](named-entity-recognition/quickstart.md) |
233-
> | [Personally Identifiable Information (PII) detection](personally-identifiable-information/overview.md) | This pre-configured feature identifies entities in text across several pre-defined categories of sensitive information, such as account information. | * [Language Studio](language-studio.md) <br> * [REST API and client-library](personally-identifiable-information/quickstart.md) |
234-
> | [Key phrase extraction](key-phrase-extraction/overview.md) | This pre-configured feature evaluates unstructured text, and for each input document, returns a list of key phrases and main points in the text. | * [Language Studio](language-studio.md) <br> * [REST API and client-library](key-phrase-extraction/quickstart.md) <br> * [Docker container](key-phrase-extraction/how-to/use-containers.md) |
235-
> |[Entity linking](entity-linking/overview.md) | This pre-configured feature disambiguates the identity of an entity found in text and provides links to the entity on Wikipedia. | * [Language Studio](language-studio.md) <br> * [REST API and client-library](entity-linking/quickstart.md) |
236-
> | [Text Analytics for health](text-analytics-for-health/overview.md) | This pre-configured feature extracts information from unstructured medical texts, such as clinical notes and doctor's notes. | * [Language Studio](language-studio.md) <br> * [REST API and client-library](text-analytics-for-health/quickstart.md) <br> * [Docker container](text-analytics-for-health/how-to/use-containers.md) |
237-
> | [Custom NER](custom-named-entity-recognition/overview.md) | Build an AI model to extract custom entity categories, using unstructured text that you provide. | * [Language Studio](custom-named-entity-recognition/quickstart.md?pivots=language-studio) <br> * [REST API](custom-named-entity-recognition/quickstart.md?pivots=rest-api)<br> * [client-library (prediction only)](custom-named-entity-recognition/how-to/call-api.md) |
238-
> | [Analyze sentiment and opinions](sentiment-opinion-mining/overview.md) | This pre-configured feature provides sentiment labels (such as "*negative*", "*neutral*" and "*positive*") for sentences and documents. This feature can additionally provide granular information about the opinions related to words that appear in the text, such as the attributes of products or services. | * [Language Studio](language-studio.md) <br> * [REST API and client-library](sentiment-opinion-mining/quickstart.md) <br> * [Docker container](sentiment-opinion-mining/how-to/use-containers.md)
239-
> |[Language detection](language-detection/overview.md) | This pre-configured feature evaluates text, and determines the language it was written in. It returns a language identifier and a score that indicates the strength of the analysis. | * [Language Studio](language-studio.md) <br> * [REST API and client-library](language-detection/quickstart.md) <br> * [Docker container](language-detection/how-to/use-containers.md) |
240-
> |[Custom text classification](custom-classification/overview.md) | Build an AI model to classify unstructured text into custom classes that you define. | * [Language Studio](custom-classification/quickstart.md?pivots=language-studio)<br> * [REST API](custom-classification/quickstart.md?pivots=rest-api) <br> * [client-library (prediction only)](custom-text-classification/how-to/call-api.md) |
241-
> | [Document summarization (preview)](summarization/overview.md?tabs=document-summarization) | This pre-configured feature extracts key sentences that collectively convey the essence of a document. | * [Language Studio](language-studio.md) <br> * [REST API and client-library](summarization/quickstart.md) |
242-
> | [Conversation summarization (preview)](summarization/overview.md?tabs=conversation-summarization) | This pre-configured feature summarizes issues and summaries in transcripts of customer-service conversations. | * [Language Studio](language-studio.md) <br> * [REST API](summarization/quickstart.md?tabs=rest-api) |
243-
> | [Conversational language understanding](conversational-language-understanding/overview.md) | Build an AI model to bring the ability to understand natural language into apps, bots, and IoT devices. | * [Language Studio](conversational-language-understanding/quickstart.md?pivots=language-studio) <br> * [REST API](conversational-language-understanding/quickstart.md?pivots=rest-api) <br> * [client-library (prediction only)](conversational-language-understanding/how-to/call-api.md) |
244-
> | [Question answering](question-answering/overview.md) | This pre-configured feature provides answers to questions extracted from text input, using semi-structured content such as: FAQs, manuals, and documents. | * [Language Studio](language-studio.md) <br> * [REST API and client-library](question-answering/quickstart/sdk.md) |
245-
> | [Orchestration workflow](orchestration-workflow/overview.md) | Train language models to connect your applications to question answering, conversational language understanding, and LUIS | * [Language Studio](orchestration-workflow/quickstart.md?pivots=language-studio) <br> * [REST API](orchestration-workflow/quickstart.md?pivots=rest-api) <br> * [client-library (prediction only)](orchestration-workflow/how-to/call-api.md) |
246-
-->
247-
248185
## Tutorials
249186

250187
After you've had a chance to get started with the Language service, try our tutorials that show you how to solve various scenarios.

0 commit comments

Comments
 (0)