Skip to content

Commit 02b1d08

Browse files
committed
final edits
1 parent 010be79 commit 02b1d08

File tree

8 files changed

+21
-15
lines changed

8 files changed

+21
-15
lines changed

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)

articles/cognitive-services/Translator/custom-translator/quickstart.md

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -30,13 +30,13 @@ For more information, *see* [how to create a Translator resource](../how-to-crea
3030

3131
## Custom Translator portal
3232

33+
>[!Note]
34+
>Custom Translator does not support creating workspace for a Translator Text API resource created inside an [Enabled VNet](../../../api-management/api-management-using-with-vnet.md?tabs=stv2).
35+
3336
Once you have the above prerequisites, sign in to the [Custom Translator](https://portal.customtranslator.azure.ai/) portal to create workspaces, build projects, upload files, train models, and publish your custom solution.
3437

3538
You can read an overview of translation and custom translation, learn some tips, and watch a getting started video in the [Azure AI technical blog](https://techcommunity.microsoft.com/t5/azure-ai/customize-a-translation-to-make-sense-in-a-specific-context/ba-p/2811956).
3639

37-
>[!Note]
38-
>Custom Translator does not support creating workspace for a Translator Text API resource created inside an [Enabled VNet](../../../api-management/api-management-using-with-vnet.md?tabs=stv2).
39-
4040
## Process summary
4141

4242
1. [**Create a workspace**](#create-a-workspace). A workspace is a work area for composing and building your custom translation system. A workspace can contain multiple projects, models, and documents. All the work you do in Custom Translator is done inside a specific workspace.
@@ -59,19 +59,19 @@ You can read an overview of translation and custom translation, learn some tips,
5959

6060
:::image type="content" source="media/quickstart/first-time-user.png" alt-text="Screenshot illustrating how to create a workspace.":::
6161

62-
1. Select **My workspaces**
62+
1. Select **My workspaces**.
6363

64-
1. Select **Create a new workspace**
64+
1. Select **Create a new workspace**.
6565

66-
1. Type _Contoso MT models_ for **Workspace name** and select **Next**
66+
1. Type _Contoso MT models_ for **Workspace name** and select **Next**.
6767

6868
1. Select "Global" for **Select resource region** from the dropdown list.
6969

7070
1. Copy/paste your Translator Services key.
7171

7272
1. Select **Next**.
7373

74-
1. Select **Done**
74+
1. Select **Done**.
7575

7676
>[!Note]
7777
> Region must match the region that was selected during the resource creation. You can use **KEY 1** or **KEY 2.**
@@ -96,7 +96,7 @@ You'll create English-to-German project to train a custom model with only a [tra
9696

9797
1. Select *General* for **Domain** from the dropdown list.
9898

99-
1. Select **Create project**
99+
1. Select **Create project**.
100100

101101
:::image type="content" source="media/quickstart/create-project.png" alt-text="Screenshot illustrating how to create a project.":::
102102

0 commit comments

Comments
 (0)