Skip to content

Commit 864d566

Browse files
Merge pull request #6169 from laujan/patch-2
Update dictionaries.md
2 parents a284aa0 + 990588e commit 864d566

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

articles/ai-services/translator/custom-translator/concepts/dictionaries.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ description: How to create an aligned document that specifies a list of phrases
55
author: laujan
66
manager: nitinme
77
ms.service: azure-ai-translator
8-
ms.date: 05/19/2025
8+
ms.date: 07/22/2025
99
ms.author: lajanuar
1010
ms.topic: conceptual
1111
ms.custom: cogserv-non-critical-translator
@@ -32,7 +32,7 @@ The [neural phrase dictionary](../../neural-dictionary.md) extends our [dynamic
3232

3333
## Sentence dictionary
3434

35-
A sentence dictionary is case-insensitive. The sentence dictionary allows you to specify an exact target translation for a source sentence. For a sentence dictionary match to occur, the entire submitted sentence must match the source dictionary entry. A source dictionary entry that ends with punctuation is ignored during the match. If only a portion of the sentence matches, the entry isn't matched. When a match is detected, the target entry of the sentence dictionary is returned.
35+
A sentence dictionary isn't sensitive to letter case. It lets you define an exact target translation for a specific source sentence. For a match to occur, the entire input sentence must exactly match a source entry in the dictionary. If a source entry ends with punctuation, that punctuation is ignored during matching. Partial matches aren't accepted—only full sentence matches count. When a match is found, the dictionary returns the corresponding target translation.
3636

3737
## Dictionary-only trainings
3838

0 commit comments

Comments
 (0)