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-classification/tutorials/cognitive-search.md
+7-7Lines changed: 7 additions & 7 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,7 +1,7 @@
1
1
---
2
2
title: Enrich a Cognitive Search index with custom classes
3
3
titleSuffix: Azure Cognitive Services
4
-
description: Improve your cognitive search indices using custom classifications
4
+
description: Improve your cognitive search indices using custom text classification
5
5
services: cognitive-services
6
6
author: aahill
7
7
manager: nitinme
@@ -13,13 +13,13 @@ ms.author: aahi
13
13
ms.custom:
14
14
---
15
15
16
-
# Tutorial: Enrich Cognitive search index with custom classifications from your data
16
+
# Tutorial: Enrich Cognitive search index with custom classes from your data
17
17
18
-
With the abundance of electronic documents within the enterprise, the problem of search through them becomes a tiring and expensive task. [Azure Cognitive Search](../../../../search/search-create-service-portal.md) helps with searching through your files based on their indices. Custom classification helps in enriching the indexing of these files by classifying them into your custom classes.
18
+
With the abundance of electronic documents within the enterprise, the problem of search through them becomes a tiring and expensive task. [Azure Cognitive Search](../../../../search/search-create-service-portal.md) helps with searching through your files based on their indices. Custom text classification helps in enriching the indexing of these files by classifying them into your custom classes.
19
19
20
20
In this tutorial, you will learn how to:
21
21
22
-
* Create a custom classification project.
22
+
* Create a custom text classification project.
23
23
* Publish Azure function.
24
24
* Add Index to your Azure Cognitive search.
25
25
@@ -35,7 +35,7 @@ In this tutorial, you will learn how to:
35
35
36
36
* Download this [sample data](https://github.com/Azure-Samples/cognitive-services-sample-data-files/raw/master/language-service/Custom%20text%20classification/Custom%20multi%20classification%20-%20movies%20summary.zip).
37
37
38
-
## Create a custom classification project through Language studio
38
+
## Create a custom text classification project through Language studio
39
39
40
40
[!INCLUDE [Create a project using Language Studio](../includes/create-project.md)]
41
41
@@ -90,7 +90,7 @@ If you deploy your model through Language Studio, your `deployment-name` will be
90
90
91
91
:::image type="content" source="../../media/azure-portal-resource-credentials.png" alt-text="A screenshot showing the key and endpoint screen in the Azure portal" lightbox="../../media/azure-portal-resource-credentials.png":::
92
92
93
-
6. Get your custom classification project secrets
93
+
6. Get your custom text classification project secrets
94
94
95
95
1. You will need your **project-name**, project names are case-sensitive.
96
96
@@ -109,4 +109,4 @@ Replace `name-your-index-here` with the index name that appears in your Cognitiv
109
109
110
110
## Next steps
111
111
112
-
*[Search your app with with the Cognitive Search SDK](../../../../search/search-howto-dotnet-sdk.md#run-queries)
112
+
*[Search your app with with the Cognitive Search SDK](../../../../search/search-howto-dotnet-sdk.md#run-queries)
0 commit comments