Skip to content

Commit ba6cebf

Browse files
authored
Update overview.md
1 parent 7f8cd45 commit ba6cebf

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

articles/cognitive-services/text-analytics/overview.md

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -40,13 +40,13 @@ The workflow is simple: you submit data for analysis and handle outputs in your
4040

4141
2. [Create a request](how-tos/text-analytics-how-to-call-api.md#json-schema) in JSON that contains your data as raw unstructured text.
4242

43-
3. Post the request to the endpoint established during sign-up, appending the desired API: sentiment analysis, key phrase extraction, language detection, or entity identification.
43+
3. Post the request to the endpoint established during sign-up, appending the API you want to call: sentiment analysis, key phrase extraction, language detection, or entity identification.
4444

4545
4. Stream or store the response locally. Depending on the request, results are either a sentiment score, a collection of extracted key phrases, or a language code.
4646

47-
Output is returned as a single JSON document, with results for each text document you posted, based on ID. You can subsequently analyze, visualize, or categorize the results into actionable insights.
47+
Output is returned as a single JSON document, with results for each text document you posted, based on ID. You can then analyze, visualize, or categorize the results into actionable insights.
4848

49-
Operations performed by the Text Analytics service are stateless. Data is not stored in your account.
49+
Operations done by the Text Analytics service are stateless. Data is not stored in your account.
5050

5151
<a name="data-limits"></a>
5252

@@ -70,19 +70,19 @@ The rate limit is 100 calls per minute. Note you can submit a large quantity of
7070

7171
### Unicode encoding
7272

73-
The Text Analytics service uses Unicode encoding for text representation and character count calculations. You can submit requests in either UTF-8 or UTF-16, with no measurable differences in the character count. If you use `String.Length` to get the character count, you are using the same method we use to measure data size.
73+
The Text Analytics service uses Unicode encoding for text representation and character count calculations. You can submit requests in either UTF-8 or UTF-16, with no measurable differences in the character count. If you use `String.Length` to get the character count, you're using the same method we use to measure data size.
7474

7575
## Next steps
7676

7777
First, try the [interactive demo](https://azure.microsoft.com/services/cognitive-services/text-analytics/). You can paste a text input (5,000 character maximum) to detect the language (up to 120), calculate a sentiment score, extract key phrases, or identify linked entities. No sign-up is necessary.
7878

79-
When you are ready to call the Text Analytics service directly:
79+
When you're ready to call the Text Analytics service directly:
8080

8181
+ [Sign up](how-tos/text-analytics-how-to-signup.md) for an access key and review the steps for [calling the API](how-tos/text-analytics-how-to-call-api.md).
8282

8383
+ [Quickstart](quickstarts/csharp.md) is a walkthrough of the REST API calls written in C#. Learn how to submit text, choose an analysis, and view results with minimal code.
8484

85-
+ [API reference documentation](//go.microsoft.com/fwlink/?LinkID=759346) provides the technical documentation for the APIs. The documentation supports embedded calls so that you can call the API from each documentation page.
85+
+ [API reference documentation](//go.microsoft.com/fwlink/?LinkID=759346) provides the technical documentation for the REST APIs. The documentation supports embedded calls, so you can call the API from each documentation page.
8686

8787
+ [External & Community Content](text-analytics-resource-external-community.md) provides a list of blog posts and videos demonstrating how to use Text Analytics with other tools and technologies.
8888

0 commit comments

Comments
 (0)