@@ -37,52 +37,86 @@ landingContent:
37
37
38
38
- title : Sentiment analysis
39
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.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
40
58
- linkListType : how-to-guide
41
59
links :
42
60
- text : Sentiment analysis
43
61
url : how-tos/text-analytics-how-to-sentiment-analysis.md
62
+
44
63
45
64
- title : Language detection
46
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.md#language-detection
76
+ - text : Using Ruby
77
+ url : quickstarts/ruby.md#language-detection
47
78
- linkListType : how-to-guide
48
79
links :
49
80
- text : Language detection
50
81
url : how-tos/text-analytics-how-to-language-detection.md
51
82
52
- - title : Keyword extraction
83
+ - title : Key phrase extraction
53
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.md#key-phrase-extraction
95
+ - text : Using Ruby
96
+ url : quickstarts/ruby.md#key-phrase-extraction
54
97
- linkListType : how-to-guide
55
98
links :
56
99
- text : Keyword extraction
57
100
url : how-tos/text-analytics-how-to-keyword-extraction.md
58
101
59
102
- 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"
67
103
linkLists :
68
104
- linkListType : quickstart
69
105
links :
70
106
- text : Using C#
71
- url : quickstarts/csharp.md
107
+ url : quickstarts/csharp.md#entity-recognition
72
108
- text : Using Python
73
- url : quickstarts/python-sdk.md
109
+ url : quickstarts/python-sdk.md#entity-recognition
74
110
- text : Using Node.js
75
- url : quickstarts/nodejs-sdk.md
111
+ url : quickstarts/nodejs-sdk.md#entity-recognition
76
112
- text : Using Go
77
- url : quickstarts/go.md
113
+ url : quickstarts/go.md#entity-recognition
78
114
- text : Using Ruby
79
- url : quickstarts/ruby.md
80
- - linkListType : tutorial
115
+ url : quickstarts/ruby.md#entity-recognition
116
+ - linkListType : how-to-guide
81
117
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
86
120
87
121
- title : Reference
88
122
linkLists :
0 commit comments