Skip to content

Commit 378cae5

Browse files
authored
Merge pull request #88471 from aahill/ta-new-landing
[CogSvcs][TextAnalytics] Updating landing page
2 parents 1ba6204 + 2a91512 commit 378cae5

File tree

1 file changed

+143
-83
lines changed
  • articles/cognitive-services/text-analytics

1 file changed

+143
-83
lines changed
Lines changed: 143 additions & 83 deletions
Original file line numberDiff line numberDiff line change
@@ -1,93 +1,153 @@
1-
### YamlMime:YamlDocument
2-
documentType: LandingData
3-
title: Text Analytics API Documentation
1+
### YamlMime:Landing
2+
3+
title: Text Analytics API documentation
4+
summary: 'The Text Analytics API is a cloud-based service that provides advanced natural language processing over raw text, and includes four main functions: sentiment analysis, key phrase extraction, named entity recognition, and language detection.'
5+
46
metadata:
57
title: Text Analytics API Documentation - Tutorials, API Reference - Azure Cognitive Services | Microsoft Docs
6-
description: 'The Text Analytics API is a cloud-based service that provides advanced natural language processing over raw text, and includes four main functions: sentiment analysis, key phrase extraction, named entity recognition and language detection.'
8+
titleSuffix: Azure Cognitive Services
79
services: cognitive-services
8-
author: nitinme
10+
description: 'The Text Analytics API is a cloud-based service that provides advanced natural language processing over raw text, and includes four main functions: sentiment analysis, key phrase extraction, named entity recognition, and language detection. Learn how to analyze content in different ways with our quickstarts, tutorials, and samples.'
11+
author: aahill
912
manager: nitinme
1013
layout: LandingPage
1114
ms.service: cognitive-services
1215
ms.subservice: text-analytics
1316
ms.topic: landing-page
1417
ms.date: 07/29/2019
15-
ms.author: nitinme
16-
abstract:
17-
description: 'The Text Analytics API is a cloud-based service that provides advanced natural language processing over raw text, and includes four main functions: sentiment analysis, key phrase extraction, named entity recognition and language detection. Learn how to analyze content in different ways with our quickstarts, tutorials, and samples.'
18-
sections:
19-
- items:
20-
- type: list
21-
style: cards
22-
className: cardsM
23-
columns: 3
24-
items:
25-
- href: /azure/cognitive-services/text-analytics/overview
26-
html: <p>Learn about the Text Analytics API.</p>
27-
image:
28-
src: ../media/index/i_overview.svg
29-
title: What is Text Analytics?
30-
- href: /azure/cognitive-services/cognitive-services-apis-create-account
31-
html: <p>Learn how to sign up for the Text Analytics API.</p>
32-
image:
33-
src: ../media/index/i_get-started.svg
34-
title: Sign up for the Text Analytics API
35-
- href: /azure/cognitive-services/text-analytics/whats-new
36-
html: <p>Stay up-to-date with recent developments in the Text Analytics API.</p>
37-
image:
38-
src: ../media/index/i_tasks.svg
39-
title: What's new in the Text Analytics API?
40-
- title: 5-Minute Quickstarts
41-
items:
42-
- type: paragraph
43-
text: 'Get started with the Text Analytics API by detecting language, analyzing sentiment, extracting key phrases and recognizing entities:'
44-
- type: list
45-
style: icon48
46-
items:
47-
- image:
48-
src: media/index/logo_csharp.svg
49-
text: C&#35;
50-
href: quickstarts/csharp
51-
- image:
52-
src: media/index/logo_java.svg
53-
text: Java
54-
href: quickstarts/java
55-
- image:
56-
src: media/index/logo_nodejs.svg
57-
text: Node.js
58-
href: quickstarts/nodejs-sdk
59-
- image:
60-
src: media/index/logo_python.svg
61-
text: Python
62-
href: quickstarts/python-sdk
63-
- image:
64-
src: media/index/logo_go.svg
65-
text: Go
66-
href: quickstarts/go-sdk
67-
- title: Step-by-Step Tutorials
68-
items:
69-
- type: paragraph
70-
text: 'Learn how to develop applications by using the Text Analytics API:'
71-
- type: list
72-
style: unordered
73-
items:
74-
- html: <a href="tutorials/tutorial-power-bi-key-phrases.md">Text Analytics with Power BI</a>
75-
- html: <a href="https://powerapps.microsoft.com/tutorials/cognitive-services-api/">Text Analytics in PowerApps</a>
18+
ms.author: aahi
19+
20+
landingContent:
21+
- title: About the Text Analytics API
22+
linkLists:
23+
- linkListType: overview
24+
links:
25+
- text: What is the Text Analytics API?
26+
url: overview.md
27+
- text: Example user scenarios
28+
url: text-analytics-user-scenarios.md
29+
- linkListType: video
30+
links:
31+
- text: Understanding text using Cognitive Services
32+
url: https://channel9.msdn.com/Shows/AI-Show/Understanding-Text-using-Cognitive-Services/player
33+
- linkListType: whats-new
34+
links:
35+
- text: What's new?
36+
url: whats-new.md
37+
38+
- title: Sentiment analysis
39+
linkLists:
40+
- linkListType: quickstart
41+
links:
42+
- text: Using C#
43+
url: quickstarts/csharp.md#sentiment-analysis
44+
- text: Using Python
45+
url: quickstarts/python-sdk.md#sentiment-analysis
46+
- text: Using Node.js
47+
url: quickstarts/nodejs-sdk.md#sentiment-analysis
48+
- text: Using Go
49+
url: quickstarts/go-sdk.md#sentiment-analysis
50+
- text: Using Ruby
51+
url: quickstarts/ruby-sdk.md#sentiment-analysis
52+
- linkListType: tutorial
53+
links:
54+
- text: Integrate Power BI to analyze customer sentiment
55+
url: tutorials/tutorial-power-bi-key-phrases.md
56+
- text: Use Flask to translate text, analyze sentiment, and synthesize speech
57+
url: https://docs.microsoft.com/azure/cognitive-services/translator/tutorial-build-flask-app-translation-synthesis?toc=https%3A%2F%2Fdocs.microsoft.com%2Fen-us%2Fazure%2Fcognitive-services%2Ftext-analytics%2Ftoc.json&bc=https%3A%2F%2Fdocs.microsoft.com%2Fen-us%2Fazure%2Fbread%2Ftoc.json
58+
- linkListType: how-to-guide
59+
links:
60+
- text: Sentiment analysis
61+
url: how-tos/text-analytics-how-to-sentiment-analysis.md
62+
63+
64+
- title: Language detection
65+
linkLists:
66+
- linkListType: quickstart
67+
links:
68+
- text: Using C#
69+
url: quickstarts/csharp.md#language-detection
70+
- text: Using Python
71+
url: quickstarts/python-sdk.md#language-detection
72+
- text: Using Node.js
73+
url: quickstarts/nodejs-sdk.md#language-detection
74+
- text: Using Go
75+
url: quickstarts/go-sdk.md#language-detection
76+
- text: Using Ruby
77+
url: quickstarts/ruby-sdk.md#language-detection
78+
- linkListType: how-to-guide
79+
links:
80+
- text: Language detection
81+
url: how-tos/text-analytics-how-to-language-detection.md
82+
83+
- title: Key phrase extraction
84+
linkLists:
85+
- linkListType: quickstart
86+
links:
87+
- text: Using C#
88+
url: quickstarts/csharp.md#key-phrase-extraction
89+
- text: Using Python
90+
url: quickstarts/python-sdk.md#key-phrase-extraction
91+
- text: Using Node.js
92+
url: quickstarts/nodejs-sdk.md#key-phrase-extraction
93+
- text: Using Go
94+
url: quickstarts/go-sdk.md#key-phrase-extraction
95+
- text: Using Ruby
96+
url: quickstarts/ruby-sdk.md#key-phrase-extraction
97+
- linkListType: how-to-guide
98+
links:
99+
- text: Keyword extraction
100+
url: how-tos/text-analytics-how-to-keyword-extraction.md
101+
102+
- title: Entity recognition
103+
linkLists:
104+
- linkListType: quickstart
105+
links:
106+
- text: Using C#
107+
url: quickstarts/csharp.md#entity-recognition
108+
- text: Using Python
109+
url: quickstarts/python-sdk.md#entity-recognition
110+
- text: Using Node.js
111+
url: quickstarts/nodejs-sdk.md#entity-recognition
112+
- text: Using Go
113+
url: quickstarts/go-sdk.md#entity-recognition
114+
- text: Using Ruby
115+
url: quickstarts/ruby-sdk.md#entity-recognition
116+
- linkListType: how-to-guide
117+
links:
118+
- text: Entity recognition
119+
url: how-tos/text-analytics-how-to-entity-linking.md
120+
76121
- title: Reference
77-
items:
78-
- type: list
79-
style: cards
80-
className: cardsD
81-
items:
82-
- title: REST
83-
html: <p><a href="https://westcentralus.dev.cognitive.microsoft.com/docs/services/TextAnalytics-v2-1/operations/56f30ceeeda5650db055a3c7">API Reference</a></p>
84-
- title: SDKs
85-
html: <p><a href="https://docs.microsoft.com/dotnet/api/overview/azure/cognitiveservices/client/textanalytics?view=azure-dotnet">.NET</a></p>
86-
<p><a href="https://docs.microsoft.com/javascript/api/azure-cognitiveservices-textanalytics?view=azure-node-latest">Node.js</a></p>
87-
<p><a href="https://docs.microsoft.com/python/api/overview/azure/cognitiveservices/textanalytics?view=azure-python">Python</a></p>
88-
<p><a href="https://docs.microsoft.com/java/api/overview/azure/cognitiveservices/client/textanalytics?view=azure-java-stable>Java</a></p>
89-
<p><a href="https://godoc.org/github.com/Azure/azure-sdk-for-go/services/cognitiveservices/v2.1/textanalytics">Go</a></p>
90-
- title: PowerShell
91-
html: <p><a href=https://docs.microsoft.com/powershell/module/az.cognitiveservices/#cognitive_services">Azure PowerShell</a></p>
92-
- title: CLI
93-
html: <p><a href="https://docs.microsoft.com/cli/azure/cognitiveservices?view=azure-cli-latest">Azure CLI</a></p>
122+
linkLists:
123+
- linkListType: reference
124+
links:
125+
- text: REST API
126+
url: https://westcentralus.dev.cognitive.microsoft.com/docs/services/TextAnalytics-v2-1/operations/56f30ceeeda5650db055a3c7
127+
- text: .NET client library
128+
url: https://docs.microsoft.com/dotnet/api/overview/azure/cognitiveservices/client/textanalytics?view=azure-dotnet
129+
- text: Python client library
130+
url: https://docs.microsoft.com/python/api/overview/azure/cognitiveservices/textanalytics?view=azure-python
131+
- text: Node.js client library
132+
url: https://docs.microsoft.com/javascript/api/azure-cognitiveservices-textanalytics?view=azure-node-latest
133+
- text: Java client library
134+
url: https://docs.microsoft.com/java/api/overview/azure/cognitiveservices/client/textanalytics?view=azure-java-stable
135+
- text: Go client library
136+
url: https://godoc.org/github.com/Azure/azure-sdk-for-go/services/cognitiveservices/v2.1/textanalytics
137+
- text: Azure PowerShell
138+
url: https://docs.microsoft.com/powershell/module/az.cognitiveservices/#cognitive_services"
139+
- text: Azure CLI
140+
url: https://docs.microsoft.com/cli/azure/cognitiveservices?view=azure-cli-latest
141+
142+
- title: Use Docker containers
143+
linkLists:
144+
- linkListType: how-to-guide
145+
links:
146+
- text: Install and run Text Analytics containers
147+
url: how-tos/text-analytics-how-to-install-containers.md
148+
- text: Configure Text Analytics containers
149+
url: text-analytics-resource-container-config.md
150+
- text: Deploy a container instance to Azure
151+
url: how-tos/text-analytics-how-to-use-container-instances.md
152+
- text: Deploy a container to Azure Kubernetes Service (AKS)
153+
url: how-tos/text-analytics-how-to-use-kubernetes-service.md

0 commit comments

Comments
 (0)