Skip to content

Commit a14623c

Browse files
authored
Update cognitive-search.md
1 parent 09d0b47 commit a14623c

File tree

1 file changed

+7
-7
lines changed
  • articles/cognitive-services/language-service/custom-classification/tutorials

1 file changed

+7
-7
lines changed

articles/cognitive-services/language-service/custom-classification/tutorials/cognitive-search.md

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
---
22
title: Enrich a Cognitive Search index with custom classes
33
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
55
services: cognitive-services
66
author: aahill
77
manager: nitinme
@@ -13,13 +13,13 @@ ms.author: aahi
1313
ms.custom:
1414
---
1515

16-
# Tutorial: Enrich Cognitive search index with custom classifications from your data
16+
# Tutorial: Enrich Cognitive search index with custom classes from your data
1717

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.
1919

2020
In this tutorial, you will learn how to:
2121

22-
* Create a custom classification project.
22+
* Create a custom text classification project.
2323
* Publish Azure function.
2424
* Add Index to your Azure Cognitive search.
2525

@@ -35,7 +35,7 @@ In this tutorial, you will learn how to:
3535

3636
* 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).
3737

38-
## Create a custom classification project through Language studio
38+
## Create a custom text classification project through Language studio
3939

4040
[!INCLUDE [Create a project using Language Studio](../includes/create-project.md)]
4141

@@ -90,7 +90,7 @@ If you deploy your model through Language Studio, your `deployment-name` will be
9090

9191
:::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":::
9292

93-
6. Get your custom classification project secrets
93+
6. Get your custom text classification project secrets
9494

9595
1. You will need your **project-name**, project names are case-sensitive.
9696

@@ -109,4 +109,4 @@ Replace `name-your-index-here` with the index name that appears in your Cognitiv
109109

110110
## Next steps
111111

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

Comments
 (0)