You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: articles/cognitive-services/language-service/overview.md
+17-19Lines changed: 17 additions & 19 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -184,25 +184,23 @@ This Language service unifies Text Analytics, QnA Maker, and LUIS and provides s
184
184
185
185
This section will help you decide which Language service feature you should use for your application:
186
186
187
-
|What do you want to do? |Document format |Your best solution |
188
-
|---------|---------|---------|
189
-
| Extract and redact Personally Identifiable Information (PII) and Personally identifying Information (PHI). | Unstructured text |[PII detection](./personally-identifiable-information/overview.md)\*|
190
-
| Extract categories of information, without creating a custom model. | Unstructured text | The [pre-configured NER feature](./named-entity-recognition/overview.md)\*|
191
-
| Extract categories of information using a model specific to your data. | Unstructured text |[Custom NER](./custom-named-entity-recognition/overview.md)\*\*|
192
-
|Extract key phrases. | Unstructured text |[Key phrase extraction](./key-phrase-extraction/overview.md)\*|
193
-
| Determine the sentiment of text, and opinions about specific topics. | Unstructured text |[Sentiment analysis and opinion mining](./sentiment-opinion-mining/overview.md)\*|
194
-
| Summarize long chunks of text or conversations | Unstructured text, formatted textual or transcribed conversations. |[Summarization](./summarization/overview.md)\*|
195
-
| Disambiguate entities and get links to Wikipedia. | Unstructured text |[entity linking](./entity-linking/overview.md)\*|
196
-
| Classify documents into categories you define. | Unstructured text |[Custom text classification](./custom-text-classification/overview.md)\*\*|
197
-
| Extract and label medical information from clinical/medical documents | Unstructured text |[Text analytics for health](./text-analytics-for-health/overview.md)\*|
198
-
| Build an conversational application that responds to user inputs. | Unstructured user inputs |[Question answering](./question-answering/overview.md)\*\*|
199
-
| Detect the language a text was written in | Unstructured text |[Language detection](./language-detection/overview.md)\*|
200
-
| Predict the intention of user inputs and extract information from them. | Unstructured user inputs |[Conversational language understanding](./conversational-language-understanding/overview.md)\*\*|
201
-
| Connect apps from: conversational language understanding, LUIS, and question answering | Unstructured user inputs |[Orchestration workflow](./orchestration-workflow/overview.md)\*\*|
202
-
203
-
\* This feature is pre-configured, meaning the AI models that the feature uses are not customizable. You just send your data, and use the feature's output in your applications.
204
-
205
-
\*\* This feature is customizable, meaning you'll train an AI model using our tools to fit your data specifically.
187
+
|What do you want to do? |Document format |Your best solution | Is this solution customizable?*|
188
+
|---------|---------|---------|---------|
189
+
| Extract and redact Personally Identifiable Information (PII) and Personally identifying Information (PHI). | Unstructured text |[PII detection](./personally-identifiable-information/overview.md)||
190
+
| Extract categories of information, without creating a custom model. | Unstructured text | The [pre-configured NER feature](./named-entity-recognition/overview.md)||
191
+
| Extract categories of information using a model specific to your data. | Unstructured text |[Custom NER](./custom-named-entity-recognition/overview.md)| ✓ |
192
+
|Extract key phrases. | Unstructured text |[Key phrase extraction](./key-phrase-extraction/overview.md)||
193
+
| Determine the sentiment of text, and opinions about specific topics. | Unstructured text |[Sentiment analysis and opinion mining](./sentiment-opinion-mining/overview.md)||
194
+
| Summarize long chunks of text or conversations | Unstructured text, formatted textual or transcribed conversations. |[Summarization](./summarization/overview.md)||
195
+
| Disambiguate entities and get links to Wikipedia. | Unstructured text |[entity linking](./entity-linking/overview.md)||
196
+
| Classify documents into categories you define. | Unstructured text |[Custom text classification](./custom-text-classification/overview.md)| ✓|
197
+
| Extract and label medical information from clinical/medical documents | Unstructured text |[Text analytics for health](./text-analytics-for-health/overview.md)||
198
+
| Build an conversational application that responds to user inputs. | Unstructured user inputs |[Question answering](./question-answering/overview.md)| ✓ |
199
+
| Detect the language a text was written in | Unstructured text |[Language detection](./language-detection/overview.md)||
200
+
| Predict the intention of user inputs and extract information from them. | Unstructured user inputs |[Conversational language understanding](./conversational-language-understanding/overview.md)| ✓ |
201
+
| Connect apps from: conversational language understanding, LUIS, and question answering | Unstructured user inputs |[Orchestration workflow](./orchestration-workflow/overview.md)| ✓ |
202
+
203
+
\* If a feature is customizable, you can train an AI model using our tools to fit your data specifically. Otherwise a feature is pre-configured, meaning the AI models it uses cannot be changed. You just send your data, and use the feature's output in your applications.
206
204
207
205
## Migrate from Text Analytics, QnA Maker, or Language Understanding (LUIS)
0 commit comments