Skip to content

Commit 045f5a6

Browse files
committed
shortening text
1 parent 8cc4a52 commit 045f5a6

File tree

1 file changed

+8
-8
lines changed
  • articles/cognitive-services/language-service

1 file changed

+8
-8
lines changed

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

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -186,19 +186,19 @@ This section will help you decide which Language service feature you should use
186186

187187
|What do you want to do? |Document format |Your best solution | Is this solution customizable?* |
188188
|---------|---------|---------|---------|
189-
| Detect and/or redact Personally Identifiable Information (PII) and Personally identifying Information (PHI). | Unstructured text <br> formatted text-based or transcribed conversations | [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) | |
189+
| Detect and/or redact sensitive information such as PII and PHI. | Unstructured text, <br> formatted text-based or transcribed conversations | [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) | |
191191
| Extract categories of information using a model specific to your data. | Unstructured text | [Custom NER](./custom-named-entity-recognition/overview.md) ||
192192
|Extract main topics and important 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 <br> formatted text-based or transcribed conversations. | [Summarization](./summarization/overview.md) | |
193+
| Determine the sentiment and opinions expressed in text. | Unstructured text | [Sentiment analysis and opinion mining](./sentiment-opinion-mining/overview.md) | |
194+
| Summarize long chunks of text or conversations. | Unstructured text, <br> formatted text-based or transcribed conversations. | [Summarization](./summarization/overview.md) | |
195195
| 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, label, and associate medical information from clinical/medical documents. | Unstructured text | [Text analytics for health](./text-analytics-for-health/overview.md) | |
196+
| Classify documents into one or more categories. | Unstructured text | [Custom text classification](./custom-text-classification/overview.md) ||
197+
| Extract medical information from clinical/medical documents. | Unstructured text | [Text analytics for health](./text-analytics-for-health/overview.md) | |
198198
| 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) | |
199+
| Detect the language that a text was written in. | Unstructured text | [Language detection](./language-detection/overview.md) | |
200200
| 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) ||
201+
| Connect apps from conversational language understanding, LUIS, and question answering. | Unstructured user inputs | [Orchestration workflow](./orchestration-workflow/overview.md) ||
202202

203203
\* 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.
204204

0 commit comments

Comments
 (0)