Skip to content

Commit 433428e

Browse files
committed
updating filename
1 parent eeeb7e3 commit 433428e

File tree

4 files changed

+3
-3
lines changed

4 files changed

+3
-3
lines changed

articles/cognitive-services/text-analytics/how-tos/text-analytics-how-to-entity-linking.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -178,7 +178,7 @@ The Text Analytics API is stateless. No data is stored in your account, and resu
178178

179179
All POST requests return a JSON formatted response with the IDs and detected entity properties.
180180

181-
Output is returned immediately. You can stream the results to an application that accepts JSON or save the output to a file on the local system, and then import it into an application that allows you to sort, search, and manipulate the data. Due to multilingual and emoji support, the response may contain text offsets. See [how to process text offsets](../concepts/process-offsets.md) for more information.
181+
Output is returned immediately. You can stream the results to an application that accepts JSON or save the output to a file on the local system, and then import it into an application that allows you to sort, search, and manipulate the data. Due to multilingual and emoji support, the response may contain text offsets. See [how to process text offsets](../concepts/text-offsets.md) for more information.
182182

183183
#### [Version 3.0-preview)](#tab/version-3)
184184

articles/cognitive-services/text-analytics/how-tos/text-analytics-how-to-sentiment-analysis.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -155,7 +155,7 @@ The Text Analytics API is stateless. No data is stored in your account, and resu
155155

156156
The sentiment analyzer classifies text as predominantly positive or negative. It assigns a score in the range of 0 to 1. Values close to 0.5 are neutral or indeterminate. A score of 0.5 indicates neutrality. When a string can't be analyzed for sentiment or has no sentiment, the score is always 0.5 exactly. For example, if you pass in a Spanish string with an English language code, the score is 0.5.
157157

158-
Output is returned immediately. You can stream the results to an application that accepts JSON or save the output to a file on the local system. Then, import the output into an application that you can use to sort, search, and manipulate the data. Due to multilingual and emoji support, the response may contain text offsets. See [how to process offsets](../concepts/process-offsets.md) for more information.
158+
Output is returned immediately. You can stream the results to an application that accepts JSON or save the output to a file on the local system. Then, import the output into an application that you can use to sort, search, and manipulate the data. Due to multilingual and emoji support, the response may contain text offsets. See [how to process offsets](../concepts/text-offsets.md) for more information.
159159

160160
#### [Version 3.0-preview](#tab/version-3)
161161

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,7 @@
5353
- name: Language and region support
5454
href: language-support.md
5555
- name: Text offsets
56-
href: concepts/process-offsets.md
56+
href: concepts/text-offsets.md
5757
- name: How-to guides
5858
items:
5959
- name: Call the Text Analytics API

0 commit comments

Comments
 (0)