Skip to content

Commit ce5a06f

Browse files
authored
Merge pull request #217085 from laujan/custom-translator-ga-three
resolve pr feedback prior to release
2 parents ab324c8 + 7b658be commit ce5a06f

16 files changed

+45
-99
lines changed

articles/cognitive-services/.openpublishing.redirection.cognitive-services.json

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6001,9 +6001,10 @@
60016001
"redirect_document_id": false
60026002
},
60036003
{
6004-
"source_path_from_root": "/articles/cognitive-services/Translator/custom-translator/how-to/view-model-test-translation.md",
6005-
"redirect_url": "/azure/cognitive-services/Translator/custom-translator/how-to/test-your-model",
6004+
"source_path_from_root": "/articles/cognitive-services/Translator/custom-translator/unsupported-language-deployments.md",
6005+
"redirect_url": "/azure/cognitive-services/Translator/custom-translator/beginners-guide",
60066006
"redirect_document_id": false
60076007
}
6008+
60086009
]
60096010
}

articles/cognitive-services/Translator/custom-translator/beginners-guide.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ ms.topic: overview
1414

1515
[Custom Translator](overview.md) enables you to a build translation system that reflects your business, industry, and domain-specific terminology and style. Training and deploying a custom system is easy and doesn't require any programming skills. The customized translation system seamlessly integrates into your existing applications, workflows, and websites and is available on Azure through the same cloud-based [Microsoft Text Translator API](../reference/v3-0-translate.md?tabs=curl) service that powers billions of translations every day.
1616

17-
The platform enables users to build and publish custom translation systems to and from English. The Custom Translator supports more than three dozen languages that map directly to the languages available for NMT. For a complete list, *see* [Translator language support](../language-support.md).
17+
The platform enables users to build and publish custom translation systems to and from English. The Custom Translator supports more than 60 languages that map directly to the languages available for NMT. For a complete list, *see* [Translator language support](../language-support.md).
1818

1919
## Is a custom translation model the right choice for me?
2020

articles/cognitive-services/Translator/custom-translator/concepts/bleu-score.md

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,4 +46,3 @@ BLEU score.
4646

4747
> [!div class="nextstepaction"]
4848
> [BLEU score evaluation](../how-to/test-your-model.md)
49-

articles/cognitive-services/Translator/custom-translator/concepts/data-filtering.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -62,4 +62,5 @@ Custom Translator removes sentences that contain Unicode character U+FFFD. The c
6262

6363
## Next steps
6464

65-
* [Train a model](../how-to/train-custom-model.md) in Custom Translator.
65+
> [!div class="nextstepaction"]
66+
> [Learn how to train a model](../how-to/train-custom-model.md)

articles/cognitive-services/Translator/custom-translator/concepts/dictionaries.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -62,4 +62,5 @@ You can train a model using only dictionary data. To do so, select only the dict
6262

6363
## Next steps
6464

65-
- Read about [guidelines on document formats](document-formats-naming-convention.md).
65+
> [!div class="nextstepaction"]
66+
> [Learn about document formatting guidelines](document-formats-naming-convention.md)

articles/cognitive-services/Translator/custom-translator/concepts/document-formats-naming-convention.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -52,4 +52,5 @@ Translation Memory files (TMX, XLF, XLIFF, LCL, XLSX) aren't required to follow
5252

5353
## Next steps
5454

55-
- Read about the [project](workspace-and-project.md#what-is-a-custom-translator-project) to create and manage them.
55+
> [!div class="nextstepaction"]
56+
> [Learn about managing projects](workspace-and-project.md#what-is-a-custom-translator-project)

articles/cognitive-services/Translator/custom-translator/concepts/parallel-documents.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -57,4 +57,5 @@ format you uploaded them.
5757

5858
## Next steps
5959

60-
- Learn how to use a [dictionary](dictionaries.md) in Custom Translator.
60+
> [!div class="nextstepaction"]
61+
> [Learn how to use a dictionary](dictionaries.md)

articles/cognitive-services/Translator/custom-translator/concepts/sentence-alignment.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -56,4 +56,5 @@ For a training to succeed, the table below shows the minimum number of sentences
5656
5757
## Next steps
5858

59-
- Learn how to use a [dictionary](dictionaries.md) in Custom Translator.
59+
> [!div class="nextstepaction"]
60+
> [Learn how to use a dictionary](dictionaries.md)

articles/cognitive-services/Translator/custom-translator/concepts/workspace-and-project.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -65,4 +65,5 @@ language pair, use a project label to differentiate between customers.
6565

6666
## Next steps
6767

68-
- Read about [model training](model-training.md) to know, how to efficiently build a translation model.
68+
> [!div class="nextstepaction"]
69+
> [Learn about model training](model-training.md)

articles/cognitive-services/Translator/custom-translator/how-to/publish-model.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,4 +40,4 @@ To replace a published model, you can exchange the published model with a differ
4040
## Next steps
4141

4242
> [!div class="nextstepaction"]
43-
> [Learn how to translate documents with custom models](translate-with-custom-model.md)
43+
> [Learn how to translate with custom models](../quickstart.md)

0 commit comments

Comments
 (0)