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/custom-text-analytics-for-health/includes/rest-api/create-project.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -59,7 +59,7 @@ Use the following JSON in your request. Replace the placeholder values below wit
59
59
| projectName |`{PROJECT-NAME}`| The name of your project. This value is case-sensitive. |`myProject`|
60
60
| language |`{LANGUAGE-CODE}`| A string specifying the language code for the documents used in your project. If your project is a multilingual project, choose the language code of the majority of the documents. See [language support](../../language-support.md) to learn more about supported language codes. |`en-us`|
61
61
| projectKind |`CustomHealthcare`| Your project kind. |`CustomHealthcare`|
62
-
| multilingual |`true`| A boolean value that enables you to have documents in multiple languages in your dataset and when your model is deployed you can query the model in any supported language (not necessarily included in your training documents. See [language support](../../language-support.md) to learn more about multilingual support. |`true`|
62
+
| multilingual |`true`| A boolean value that enables you to have documents in multiple languages in your dataset and when your model is deployed you can query the model in any supported language (not necessarily ones included in your training documents). See [language support](../../language-support.md) to learn more about multilingual support. |`true`|
63
63
| storageInputContainerName |`{CONTAINER-NAME`| The name of your Azure storage container where you have uploaded your documents. |`myContainer`|
Copy file name to clipboardExpand all lines: articles/cognitive-services/language-service/custom-text-analytics-for-health/includes/rest-api/project-details.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -53,7 +53,7 @@ Use the following header to authenticate your request.
53
53
|`projectKind`|`CustomHealthcare`| Your project kind. |`CustomHealthcare`|
54
54
|`storageInputContainerName`|`{CONTAINER-NAME}`| The name of your Azure storage container where you have uploaded your documents. |`myContainer`|
55
55
|`projectName`|`{PROJECT-NAME}`| The name of your project. This value is case-sensitive. |`myProject`|
56
-
|`multilingual`|`true`| A boolean value that enables you to have documents in multiple languages in your dataset and when your model is deployed you can query the model in any supported language (not necessarily included in your training documents. For more information about multilingual support, see [Language support](../../language-support.md). |`true`|
56
+
|`multilingual`|`true`| A boolean value that enables you to have documents in multiple languages in your dataset and when your model is deployed you can query the model in any supported language (not necessarily ones included in your training documents). For more information about multilingual support, see [Language support](../../language-support.md). |`true`|
57
57
|`language`|`{LANGUAGE-CODE}`| A string specifying the language code for the documents used in your project. If your project is a multilingual project, choose the language code of the majority of the documents. |`en`|
58
58
59
59
Once you send your API request, you will receive a `200` response indicating success and JSON response body with your project details.
Copy file name to clipboardExpand all lines: articles/cognitive-services/language-service/overview.md
+11-11Lines changed: 11 additions & 11 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -23,7 +23,7 @@ This Language service unifies the following previously available Cognitive Servi
23
23
24
24
The Language service also provides several new features as well, which can either be:
25
25
26
-
*Pre-configured, which means the AI models that the feature uses are not customizable. You just send your data, and use the feature's output in your applications.
26
+
*Preconfigured, which means the AI models that the feature uses are not customizable. You just send your data, and use the feature's output in your applications.
27
27
* Customizable, which means you'll train an AI model using our tools to fit your data specifically.
28
28
29
29
> [!TIP]
@@ -38,7 +38,7 @@ The Language service also provides several new features as well, which can eithe
38
38
:::image type="content" source="media/studio-examples/named-entity-recognition.png" alt-text="A screenshot of a named entity recognition example." lightbox="media/studio-examples/named-entity-recognition.png":::
39
39
:::column-end:::
40
40
:::column span="":::
41
-
[Named entity recognition](./named-entity-recognition/overview.md) is a pre-configured feature that categorizes entities (words or phrases) in unstructured text across several pre-defined category groups. For example: people, events, places, dates, [and more](./named-entity-recognition/concepts/named-entity-categories.md).
41
+
[Named entity recognition](./named-entity-recognition/overview.md) is a preconfigured feature that categorizes entities (words or phrases) in unstructured text across several predefined category groups. For example: people, events, places, dates, [and more](./named-entity-recognition/concepts/named-entity-categories.md).
42
42
43
43
:::column-end:::
44
44
:::row-end:::
@@ -50,7 +50,7 @@ The Language service also provides several new features as well, which can eithe
50
50
:::image type="content" source="media/studio-examples/personal-information-detection.png" alt-text="A screenshot of a PII detection example." lightbox="media/studio-examples/personal-information-detection.png":::
51
51
:::column-end:::
52
52
:::column span="":::
53
-
[PII detection](./personally-identifiable-information/overview.md) is a pre-configured feature that identifies, categorizes, and redacts sensitive information in both [unstructured text documents](./personally-identifiable-information/how-to-call.md), and [conversation transcripts](./personally-identifiable-information/how-to-call-for-conversations.md). For example: phone numbers, email addresses, forms of identification, [and more](./personally-identifiable-information/concepts/entity-categories.md).
53
+
[PII detection](./personally-identifiable-information/overview.md) is a preconfigured feature that identifies, categorizes, and redacts sensitive information in both [unstructured text documents](./personally-identifiable-information/how-to-call.md), and [conversation transcripts](./personally-identifiable-information/how-to-call-for-conversations.md). For example: phone numbers, email addresses, forms of identification, [and more](./personally-identifiable-information/concepts/entity-categories.md).
54
54
55
55
:::column-end:::
56
56
:::row-end:::
@@ -62,7 +62,7 @@ The Language service also provides several new features as well, which can eithe
62
62
:::image type="content" source="media/studio-examples/language-detection.png" alt-text="A screenshot of a language detection example." lightbox="media/studio-examples/language-detection.png":::
63
63
:::column-end:::
64
64
:::column span="":::
65
-
[Language detection](./language-detection/overview.md) is a pre-configured feature that can detect the language a document is written in, and returns a language code for a wide range of languages, variants, dialects, and some regional/cultural languages.
65
+
[Language detection](./language-detection/overview.md) is a preconfigured feature that can detect the language a document is written in, and returns a language code for a wide range of languages, variants, dialects, and some regional/cultural languages.
66
66
67
67
:::column-end:::
68
68
:::row-end:::
@@ -74,7 +74,7 @@ The Language service also provides several new features as well, which can eithe
74
74
:::image type="content" source="media/studio-examples/sentiment-analysis-example.png" alt-text="A screenshot of a sentiment analysis example." lightbox="media/studio-examples/sentiment-analysis-example.png":::
75
75
:::column-end:::
76
76
:::column span="":::
77
-
[Sentiment analysis and opinion mining](./sentiment-opinion-mining/overview.md) are pre-configured features that help you find out what people think of your brand or topic by mining text for clues about positive or negative sentiment, and can associate them with specific aspects of the text.
77
+
[Sentiment analysis and opinion mining](./sentiment-opinion-mining/overview.md) are preconfigured features that help you find out what people think of your brand or topic by mining text for clues about positive or negative sentiment, and can associate them with specific aspects of the text.
78
78
79
79
:::column-end:::
80
80
:::row-end:::
@@ -86,7 +86,7 @@ The Language service also provides several new features as well, which can eithe
86
86
:::image type="content" source="media/studio-examples/summarization-example.png" alt-text="A screenshot of a summarization example." lightbox="media/studio-examples/summarization-example.png":::
87
87
:::column-end:::
88
88
:::column span="":::
89
-
[Summarization](./summarization/overview.md) is a pre-configured feature that uses extractive text summarization to produce a summary of documents and conversation transcriptions. It extracts sentences that collectively represent the most important or relevant information within the original content.
89
+
[Summarization](./summarization/overview.md) is a preconfigured feature that uses extractive text summarization to produce a summary of documents and conversation transcriptions. It extracts sentences that collectively represent the most important or relevant information within the original content.
90
90
:::column-end:::
91
91
:::row-end:::
92
92
@@ -97,7 +97,7 @@ The Language service also provides several new features as well, which can eithe
97
97
:::image type="content" source="media/studio-examples/key-phrases.png" alt-text="A screenshot of a key phrase extraction example." lightbox="media/studio-examples/key-phrases.png":::
98
98
:::column-end:::
99
99
:::column span="":::
100
-
[Key phrase extraction](./key-phrase-extraction/overview.md) is a pre-configured feature that evaluates and returns the main concepts in unstructured text, and returns them as a list.
100
+
[Key phrase extraction](./key-phrase-extraction/overview.md) is a preconfigured feature that evaluates and returns the main concepts in unstructured text, and returns them as a list.
101
101
:::column-end:::
102
102
:::row-end:::
103
103
@@ -108,7 +108,7 @@ The Language service also provides several new features as well, which can eithe
108
108
:::image type="content" source="media/studio-examples/entity-linking.png" alt-text="A screenshot of an entity linking example." lightbox="media/studio-examples/entity-linking.png":::
109
109
:::column-end:::
110
110
:::column span="":::
111
-
[Entity linking](./entity-linking/overview.md) is a pre-configured feature that disambiguates the identity of entities (words or phrases) found in unstructured text and returns links to Wikipedia.
111
+
[Entity linking](./entity-linking/overview.md) is a preconfigured feature that disambiguates the identity of entities (words or phrases) found in unstructured text and returns links to Wikipedia.
112
112
:::column-end:::
113
113
:::row-end:::
114
114
@@ -119,7 +119,7 @@ The Language service also provides several new features as well, which can eithe
119
119
:::image type="content" source="text-analytics-for-health/media/call-api/health-named-entity-recognition.png" alt-text="A screenshot of a text analytics for health example." lightbox="text-analytics-for-health/media/call-api/health-named-entity-recognition.png":::
120
120
:::column-end:::
121
121
:::column span="":::
122
-
[Text analytics for health](./text-analytics-for-health/overview.md) is a pre-configured feature that extracts and labels relevant medical information from unstructured texts such as doctor's notes, discharge summaries, clinical documents, and electronic health records.
122
+
[Text analytics for health](./text-analytics-for-health/overview.md) is a preconfigured feature that extracts and labels relevant medical information from unstructured texts such as doctor's notes, discharge summaries, clinical documents, and electronic health records.
123
123
:::column-end:::
124
124
:::row-end:::
125
125
@@ -200,7 +200,7 @@ This section will help you decide which Language service feature you should use
200
200
|What do you want to do? |Document format |Your best solution | Is this solution customizable?*|
201
201
|---------|---------|---------|---------|
202
202
| Detect and/or redact sensitive information such as PII and PHI. | Unstructured text, <br> transcribed conversations |[PII detection](./personally-identifiable-information/overview.md)||
203
-
| Extract categories of information without creating a custom model. | Unstructured text | The [pre-configured NER feature](./named-entity-recognition/overview.md)||
203
+
| Extract categories of information without creating a custom model. | Unstructured text | The [preconfigured NER feature](./named-entity-recognition/overview.md)||
204
204
| Extract categories of information using a model specific to your data. | Unstructured text |[Custom NER](./custom-named-entity-recognition/overview.md)| ✓ |
205
205
|Extract main topics and important phrases. | Unstructured text |[Key phrase extraction](./key-phrase-extraction/overview.md)||
206
206
| Determine the sentiment and opinions expressed in text. | Unstructured text |[Sentiment analysis and opinion mining](./sentiment-opinion-mining/overview.md)||
@@ -214,7 +214,7 @@ This section will help you decide which Language service feature you should use
214
214
| Predict the intention of user inputs and extract information from them. | Unstructured user inputs |[Conversational language understanding](./conversational-language-understanding/overview.md)| ✓ |
215
215
| Connect apps from conversational language understanding, LUIS, and question answering. | Unstructured user inputs |[Orchestration workflow](./orchestration-workflow/overview.md)| ✓ |
216
216
217
-
\* 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.
217
+
\* If a feature is customizable, you can train an AI model using our tools to fit your data specifically. Otherwise a feature is preconfigured, meaning the AI models it uses cannot be changed. You just send your data, and use the feature's output in your applications.
218
218
219
219
## Migrate from Text Analytics, QnA Maker, or Language Understanding (LUIS)
0 commit comments