Skip to content

Commit 2df4937

Browse files
authored
Update README.md
1 parent 7d26056 commit 2df4937

File tree

1 file changed

+10
-8
lines changed

1 file changed

+10
-8
lines changed

README.md

Lines changed: 10 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,15 @@
11
# Translator Text API V3 - Python Samples
22

3-
This repository includes Python code samples for Microsoft Translator. The samples are designed to run on Python 2.7.x and Python 3.x. Each sample corresponds to a **Quickstart** activity on [doc.microsoft.com](https://docs.microsoft.com/azure/cognitive-services/translator/), including:
4-
5-
* [Translating text](https://docs.microsoft.com/azure/cognitive-services/translator/quickstart-python-translate)
6-
* [Transliterating text](https://docs.microsoft.com/azure/cognitive-services/translator/quickstart-python-transliterate)
7-
* [Identifying the language of source text](https://docs.microsoft.com/azure/cognitive-services/translator/quickstart-python-detect)
8-
* [Getting alternate translations](https://docs.microsoft.com/azure/cognitive-services/translator/quickstart-python-dictionary)
9-
* [Getting a complete list of supported languages](https://docs.microsoft.com/azure/cognitive-services/translator/quickstart-python-languages)
10-
* [Determining sentence length](https://docs.microsoft.com/azure/cognitive-services/translator/quickstart-python-sentences)
3+
This repository includes Python code samples for Microsoft Translator. The samples are designed to run on Python 2.7.x and Python 3.x. Each sample corresponds to a [Quickstart](https://docs.microsoft.com/azure/cognitive-services/translator/quickstart-translator) activity on doc.microsoft.com, including:
4+
5+
* Translating text
6+
* Transliterating text
7+
* Identifying the language of source text
8+
* Getting alternate translations
9+
* Getting a complete list of supported languages
10+
* Determining sentence length
11+
12+
[Get started with the Translator quickstart](https://docs.microsoft.com/azure/cognitive-services/translator/quickstart-translator).
1113

1214
## Prerequisites
1315

0 commit comments

Comments
 (0)