Skip to content

Commit f854e68

Browse files
committed
resolve pr feedback
1 parent 9371e35 commit f854e68

File tree

1 file changed

+10
-3
lines changed

1 file changed

+10
-3
lines changed

articles/cognitive-services/Translator/document-translation/how-to-guides/create-use-glossaries.md

Lines changed: 10 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -22,15 +22,22 @@ A glossary is a list of terms with definitions that you create for the Document
2222

2323
1. **Create your glossary file.** Create a file in a supported format (preferably tab-separated values) that contains all the terms and phrases you want to use in your translation.
2424

25-
* To check if your format is supported *see** [Get supported glossary formats](../reference/get-supported-glossary-formats.md).
25+
To check if your format is supported *see** [Get supported glossary formats](../reference/get-supported-glossary-formats.md).
2626

2727
The following English-source glossary contains words that can have different meanings depending upon the context in which they're used. The glossary provides the expected translation for each word in the file to help ensure accuracy.
2828

2929
For instance, when the word `Bank` appears in a financial document, it would be translated as `Banque` to reflect its financial meaning. If the word `Bank` appears in a geography document, it might be translated as `shore` to reflect its topographical meaning. Similarly, the word `Crane` can refer to either a `bird` or a `machine`.
3030

31-
***Example glossary file tab-separated values (.tsv)***
31+
***Example glossary .tsv file: English-to-French***
3232

33-
:::image type="content" source="../media/tsv-file.png" alt-text="Example of a TSV formatted glossary file formatted":::
33+
```tsv
34+
Bank Banque
35+
Card Carte
36+
Crane Grue
37+
Office Office
38+
Tiger Tiger
39+
US United States
40+
```
3441

3542
1. **Upload your glossary to Azure storage**. To complete this step, you need an [Azure Blob Storage account](https://ms.portal.azure.com/#create/Microsoft.StorageAccount) with [containers](/azure/storage/blobs/storage-quickstart-blobs-portal?branch=main#create-a-container) to store and organize your blob data within your storage account.
3643

0 commit comments

Comments
 (0)