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-classification/includes/language-studio/create-project.md
6. Select the container where you have uploaded your dataset.
43
43
44
44
>[!Note]
45
-
> If you have already labeled your data make sure it follows the [supported format](../../concepts/data-formats.md) and click on **Yes, my documents are already labeled and I have formatted JSON labels file** and select the labels file from the drop-down menu below. Click **Next**.
45
+
> If you have already labeled your data make sure it follows the [supported format](../../concepts/data-formats.md) and click on **Yes, my documents are already labeled and I have formatted JSON labels file** and select the labels file from the drop-down menu below.
46
+
47
+
> If you’re using one of the example datasets, use the included `webOfScience_labelsFile` or `movieLabels` json file. Then click **Next**.
46
48
47
49
7. Review the data you entered and select **Create Project**.
Copy file name to clipboardExpand all lines: articles/cognitive-services/language-service/custom-text-classification/includes/language-studio/test-model.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
@@ -20,7 +20,7 @@ To test your deployed models within [Language Studio](https://aka.ms/LanguageStu
20
20
21
21
4. Select the deployment you want to query/test from the dropdown.
22
22
23
-
5. Enter the text you want to submit in the request, or upload a `.txt` document to use.
23
+
5. Enter the text you want to submit in the request, or upload a `.txt` document to use. If you’re using one of the example datasets, you can use one of the included .txt files.
Copy file name to clipboardExpand all lines: articles/cognitive-services/language-service/custom-text-classification/includes/language-studio/train-model.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
@@ -28,5 +28,5 @@ To start training your model from within the [Language Studio](https://aka.ms/La
28
28
29
29
> [!NOTE]
30
30
> * Only successfully completed training jobs will generate models.
31
-
> *Training can take some time between a couple of minutes and several hours based on the size of your labeled data.
31
+
> *The time to train the model can take anywhere between a few minutes to several hours based on the size of your labeled data.
32
32
> * You can only have one training job running at a time. You can't start other training job within the same project until the running job is completed.
Copy file name to clipboardExpand all lines: articles/cognitive-services/language-service/custom-text-classification/includes/quickstarts/blob-storage-upload.md
+3-1Lines changed: 3 additions & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -43,7 +43,9 @@ The provided sample dataset contains about 210 documents, each of which is an ab
43
43
44
44
---
45
45
46
-
2. In the [Azure portal](https://portal.azure.com), navigate to the storage account you created, and select it.
46
+
2. In the [Azure portal](https://portal.azure.com), navigate to the storage account you created, and select it. You can do this by clicking **Storage accounts** and typing your storage account name into **Filter for any field**.
47
+
48
+
if your resource group does not show up, make sure the **Subscription equals** filter is set to **All**.
47
49
48
50
3. In your storage account, select **Containers** from the left menu, located below **Data storage**. On the screen that appears, select **+ Container**. Give the container the name **example-data** and leave the default **Public access level**.
Copy file name to clipboardExpand all lines: articles/cognitive-services/language-service/custom-text-classification/includes/resource-creation-azure-portal.md
|Pricing tier | One of the [supported pricing tiers](../service-limits.md#pricing-tiers). You can use the Free (F0) tier to try the service. |
31
31
32
-
> [!NOTE]
33
-
> If you get a message saying "*your login account is not an owner of the selected storage account's resource group*", your account needs to have an owner role assigned on the resource group before you can create a Language resource. Contact your Azure subscription owner for assistance.
32
+
If you get a message saying "*your login account is not an owner of the selected storage account's resource group*", your account needs to have an owner role assigned on the resource group before you can create a Language resource. Contact your Azure subscription owner for assistance.
33
+
34
+
You can determine your Azure subscription owner by [searching your resource group](https://ms.portal.azure.com/#view/HubsExtension/BrowseResourceGroups) and following the link to its associated subscription. Then:
35
+
1. Select the **Access Control (IAM)** tab
36
+
2. Select **Role assignments**
37
+
3. Filter by **Role:Owner**.
34
38
35
39
1. In the **Custom text classification & custom named entity recognition** section, select an existing storage account or select **New storage account**. Note that these values are to help you get started, and not necessarily the [storage account values](../../../../storage/common/storage-account-overview.md) you’ll want to use in production environments. To avoid latency during building your project connect to storage accounts in the same region as your Language resource.
Copy file name to clipboardExpand all lines: articles/cognitive-services/language-service/overview.md
+7-5Lines changed: 7 additions & 5 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -19,7 +19,9 @@ Azure Cognitive Service for Language is a cloud-based service that provides Natu
19
19
20
20
## Available features
21
21
22
-
This Language service unifies Text Analytics, QnA Maker, and LUIS and provides several new features as well. These features can either be:
22
+
This Language service unifies the following previously available Cognitive Services: Text Analytics, QnA Maker, and LUIS. If you need to migrate from these services, see [the migration section](#migrate-from-text-analytics-qna-maker-or-language-understanding-luis) below.
23
+
24
+
The Language service also provides several new features as well, which can either be:
23
25
24
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.
25
27
* Customizable, which means you'll train an AI model using our tools to fit your data specifically.
@@ -36,7 +38,7 @@ This Language service unifies Text Analytics, QnA Maker, and LUIS and provides s
36
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":::
37
39
:::column-end:::
38
40
:::column span="":::
39
-
[Named entity recognition](./named-entity-recognition/overview.md) is a pre-configured feature that identifies entities in unstructured text across several pre-defined categories. 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 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).
40
42
41
43
:::column-end:::
42
44
:::row-end:::
@@ -106,7 +108,7 @@ This Language service unifies Text Analytics, QnA Maker, and LUIS and provides s
106
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":::
107
109
:::column-end:::
108
110
:::column span="":::
109
-
[Entity linking](./entity-linking/overview.md) is a pre-configured feature that disambiguates the identity of entities found in unstructured text and returns links to Wikipedia.
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.
110
112
:::column-end:::
111
113
:::row-end:::
112
114
@@ -128,7 +130,7 @@ This Language service unifies Text Analytics, QnA Maker, and LUIS and provides s
128
130
:::image type="content" source="media/studio-examples/single-classification.png" alt-text="A screenshot of a custom text classification example." lightbox="media/studio-examples/single-classification.png":::
129
131
:::column-end:::
130
132
:::column span="":::
131
-
[Custom text classification](./custom-text-classification/overview.md) enables you to build custom AI models to classify text into custom classes you define.
133
+
[Custom text classification](./custom-text-classification/overview.md) enables you to build custom AI models to classify unstructured text documents into custom classes you define.
132
134
:::column-end:::
133
135
:::row-end:::
134
136
@@ -140,7 +142,7 @@ This Language service unifies Text Analytics, QnA Maker, and LUIS and provides s
140
142
:::image type="content" source="media/studio-examples/custom-named-entity-recognition.png" alt-text="A screenshot of a custom NER example." lightbox="media/studio-examples/custom-named-entity-recognition.png":::
141
143
:::column-end:::
142
144
:::column span="":::
143
-
[Custom NER](custom-named-entity-recognition/overview.md) enables you to build custom AI models to extract custom entity categories, using unstructured text that you provide.
145
+
[Custom NER](custom-named-entity-recognition/overview.md) enables you to build custom AI models to extract custom entity categories (labels for words or phrases), using unstructured text that you provide.
0 commit comments