Skip to content

Commit 50b59c7

Browse files
authored
Update dictionaries.md
1 parent a284aa0 commit 50b59c7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -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 is not 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 are not 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)