Skip to content

Commit 78a0f8a

Browse files
committed
expanding cards
1 parent 10c449a commit 78a0f8a

File tree

1 file changed

+52
-18
lines changed
  • articles/cognitive-services/text-analytics

1 file changed

+52
-18
lines changed

articles/cognitive-services/text-analytics/index.yml

Lines changed: 52 additions & 18 deletions
Original file line numberDiff line numberDiff line change
@@ -37,52 +37,86 @@ landingContent:
3737

3838
- title: Sentiment analysis
3939
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.md#sentiment-analysis
50+
- text: Using Ruby
51+
url: quickstarts/ruby.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
4058
- linkListType: how-to-guide
4159
links:
4260
- text: Sentiment analysis
4361
url: how-tos/text-analytics-how-to-sentiment-analysis.md
62+
4463

4564
- title: Language detection
4665
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.md#language-detection
76+
- text: Using Ruby
77+
url: quickstarts/ruby.md#language-detection
4778
- linkListType: how-to-guide
4879
links:
4980
- text: Language detection
5081
url: how-tos/text-analytics-how-to-language-detection.md
5182

52-
- title: Keyword extraction
83+
- title: Key phrase extraction
5384
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.md#key-phrase-extraction
95+
- text: Using Ruby
96+
url: quickstarts/ruby.md#key-phrase-extraction
5497
- linkListType: how-to-guide
5598
links:
5699
- text: Keyword extraction
57100
url: how-tos/text-analytics-how-to-keyword-extraction.md
58101

59102
- title: Entity recognition
60-
linkLists:
61-
- linkListType: how-to-guide
62-
links:
63-
- text: Entity recognition
64-
url: how-tos/text-analytics-how-to-entity-linking.md
65-
66-
- title: "Analyze text using the API"
67103
linkLists:
68104
- linkListType: quickstart
69105
links:
70106
- text: Using C#
71-
url: quickstarts/csharp.md
107+
url: quickstarts/csharp.md#entity-recognition
72108
- text: Using Python
73-
url: quickstarts/python-sdk.md
109+
url: quickstarts/python-sdk.md#entity-recognition
74110
- text: Using Node.js
75-
url: quickstarts/nodejs-sdk.md
111+
url: quickstarts/nodejs-sdk.md#entity-recognition
76112
- text: Using Go
77-
url: quickstarts/go.md
113+
url: quickstarts/go.md#entity-recognition
78114
- text: Using Ruby
79-
url: quickstarts/ruby.md
80-
- linkListType: tutorial
115+
url: quickstarts/ruby.md#entity-recognition
116+
- linkListType: how-to-guide
81117
links:
82-
- text: Integrate Power BI to analyze customer sentiment
83-
url: tutorials/tutorial-power-bi-key-phrases.md
84-
- text: Use Flask to translate text, analyze sentiment, and synthesize speech
85-
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
118+
- text: Entity recognition
119+
url: how-tos/text-analytics-how-to-entity-linking.md
86120

87121
- title: Reference
88122
linkLists:

0 commit comments

Comments
 (0)