Skip to content

Commit

Permalink
Fix product metadata in readme files
Browse files Browse the repository at this point in the history
  • Loading branch information
bleroy committed Aug 8, 2019
1 parent f41fdd1 commit 0c20e70
Show file tree
Hide file tree
Showing 9 changed files with 11 additions and 8 deletions.
3 changes: 2 additions & 1 deletion Geo/GeoPointFromName/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,8 @@ languages:
- csharp
products:
- azure
- azure-cognitive-services
- azure-search
- azure-maps
name: Get geo-point from name sample skill for cognitive search
description: "This custom skill takes a string input that represents a location (city, country, address or point of interest) and returns a geo-point."
azureDeploy: https://raw.githubusercontent.com/Azure-Samples/azure-search-power-skills/master/Geo/GeoPointFromName/azuredeploy.json
Expand Down
2 changes: 1 addition & 1 deletion Template/HelloWorld/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ languages:
- csharp
products:
- azure
- azure-cognitive-services
- azure-search
azureDeploy: https://raw.githubusercontent.com/Azure-Samples/azure-search-power-skills/master/Template/HelloWorld/azuredeploy.json
name: "Hello World sample skill for cognitive search"
description: "This Hello World custom skills can be used as a template to create your own skills."
Expand Down
2 changes: 1 addition & 1 deletion Text/AcronymLinker/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ languages:
- csharp
products:
- azure
- azure-cognitive-services
- azure-search
name: Acronym Linker sample skills for cognitive search
description: These two custom skills (link-acronyms and link-acronyms-list) give definitions for known acronyms.
azureDeploy: https://raw.githubusercontent.com/Azure-Samples/azure-search-power-skills/master/Text/AcronymLinker/azuredeploy.json
Expand Down
1 change: 1 addition & 0 deletions Text/BingEntitySearch/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@ languages:
- csharp
products:
- azure
- azure-search
- azure-cognitive-services
name: Bing Entity Search sample skill for cognitive search
description: This custom skill finds rich and structured information about public figures, locations, or organizations.
Expand Down
3 changes: 2 additions & 1 deletion Text/CustomEntitySearch/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,8 @@ topic: sample
languages:
- csharp
products:
- azure-cognitive-services
- azure
- azure-search
name: Custom Entity Search sample skill for cognitive search
description: This custom skill finds user defined entities in given texts.
azureDeploy: https://raw.githubusercontent.com/Azure-Samples/azure-search-power-skills/master/Text/CustomEntitySearch/azuredeploy.json
Expand Down
2 changes: 1 addition & 1 deletion Text/Tokenizer/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ languages:
- csharp
products:
- azure
- azure-cognitive-services
- azure-search
name: Tokenizer sample skill for cognitive search
description: This custom skill extracts normalized non-stop words from a text using the ML.NET library.
azureDeploy: https://raw.githubusercontent.com/Azure-Samples/azure-search-power-skills/master/Text/Tokenizer/azuredeploy.json
Expand Down
1 change: 1 addition & 0 deletions Vision/AnalyzeForm/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@ languages:
- csharp
products:
- azure
- azure-search
- azure-cognitive-services
name: Analyze form sample skill for cognitive search
urlFragment: azure-analyzeform-sample
Expand Down
3 changes: 1 addition & 2 deletions Vision/HocrGenerator/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,9 +3,8 @@ page_type: sample
languages:
- csharp
products:
- dotnet
- azure
- azure-cognitive-services
- azure-search
urlFragment: azure-hocr-generator-sample
name: hOCR generator sample skill for cognitive search
description: This custom skill generates an hOCR document from the output of the OCR skill.
Expand Down
2 changes: 1 addition & 1 deletion Vision/ImageStore/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ languages:
- csharp
products:
- azure
- azure-cognitive-services
- azure-search
name: Image store sample skills for cognitive search
urlFragment: azure-imagestore-sample
description: These custom skills store or retrieve a base64-encoded image to or from blob storage.
Expand Down

0 comments on commit 0c20e70

Please sign in to comment.