Skip to content

Commit 409582c

Browse files
committed
redirects, link correction
1 parent bffa23a commit 409582c

File tree

2 files changed

+12
-39
lines changed

2 files changed

+12
-39
lines changed

.openpublishing.redirection.json

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -80,6 +80,11 @@
8080
"redirect_url": "/azure/ai-services/language-service/text-analytics-for-health/overview.md",
8181
"redirect_document_id": false
8282
},
83+
{
84+
"source_path_from_root": "/articles/ai-services/language-service/custom-text-analytics-for-health/how-to/view-model-evaluation.md",
85+
"redirect_url": "/azure/ai-services/language-service/text-analytics-for-health/overview.md",
86+
"redirect_document_id": false
87+
},
8388
{
8489
"source_path_from_root": "/articles/ai-services/language-service/custom-text-analytics-for-health/language-support.md",
8590
"redirect_url": "/azure/ai-services/language-service/text-analytics-for-health/overview.md",
@@ -139,6 +144,11 @@
139144
"source_path_from_root": "/articles/ai-services/language-service/sentiment-opinion-mining/custom/how-to/train-model.md",
140145
"redirect_url": "/azure/ai-services/language-service/sentiment-opinion-mining/overview.md",
141146
"redirect_document_id": false
147+
},
148+
{
149+
"source_path_from_root": "/articles/ai-services/language-service/sentiment-opinion-mining/custom/quickstart.md",
150+
"redirect_url": "/azure/ai-services/language-service/sentiment-opinion-mining/overview.md",
151+
"redirect_document_id": false
142152
}
143153
]
144154
}

articles/ai-services/language-service/sentiment-opinion-mining/overview.md

Lines changed: 2 additions & 39 deletions
Original file line numberDiff line numberDiff line change
@@ -26,8 +26,6 @@ The sentiment analysis feature provides sentiment labels (such as "negative", "n
2626

2727
Opinion mining is a feature of sentiment analysis. Also known as aspect-based sentiment analysis in Natural Language Processing (NLP), this feature provides more granular information about the opinions related to words (such as the attributes of products or services) in text.
2828

29-
#### [Prebuilt model](#tab/prebuilt)
30-
3129
[!INCLUDE [Typical workflow for pre-configured language features](../includes/overview-typical-workflow.md)]
3230

3331
## Get started with sentiment analysis
@@ -36,43 +34,9 @@ Opinion mining is a feature of sentiment analysis. Also known as aspect-based se
3634

3735
[!INCLUDE [Developer reference](../includes/reference-samples-text-analytics.md)]
3836

39-
#### [Custom model (preview)](#tab/custom)
40-
41-
Custom sentiment analysis enables users to build custom AI models to classify text into sentiments pre-defined by the user. By creating a Custom sentiment analysis project, developers can iteratively label data, train, evaluate, and improve model performance before making it available for consumption. The quality of the labeled data greatly impacts model performance. To simplify building and customizing your model, the service offers a custom web portal that can be accessed through the [Language studio](https://aka.ms/languageStudio). You can easily get started with the service by following the steps in this [quickstart](quickstart.md).
42-
43-
44-
## Project development lifecycle
45-
46-
Creating a Custom sentiment analysis project typically involves several different steps.
47-
48-
:::image type="content" source="media/development-lifecycle.png" alt-text="Diagram of the development lifecycle" lightbox="media/development-lifecycle.png":::
49-
50-
Follow these steps to get the most out of your model:
51-
52-
1. **Define your schema**: Know your data and identify the sentiments you want, to avoid ambiguity.
53-
54-
2. **Label your data**: The quality of data labeling is a key factor in determining model performance. Avoid ambiguity, make sure that your sentiments are clearly separable from each other.
55-
56-
3. **Train the model**: Your model starts learning from your labeled data.
57-
58-
4. **View the model's performance**: View the evaluation details for your model to determine how well it performs when introduced to new data.
59-
60-
5. **Deploy the model**: Deploying a model makes it available for use via the [Analyze API](https://aka.ms/ct-runtime-swagger).
61-
62-
6. **Classify text**: Use your custom model for sentiment analysis tasks.
63-
64-
## Development options
65-
66-
|Development option |Description |
67-
|---------|---------|
68-
|Language studio | Language Studio is a web-based platform that lets you try entity linking with text examples without an Azure account, and your own data when you sign up. |
69-
|REST API | Integrate sentiment analysis into your applications programmatically using the REST API. |
70-
71-
For more information, see [sentiment analysis quickstart](./custom/quickstart.md).
72-
7337
## Reference documentation
7438

75-
As you use Custom sentiment analysis, see the following reference documentation and samples for the Language service:
39+
As you use sentiment analysis, see the following reference documentation and samples for the Language service:
7640

7741
|Development option / language |Reference documentation |Samples |
7842
|---------|---------|---------|
@@ -89,5 +53,4 @@ An AI system includes not only the technology, but also the people who use it, t
8953
## Next steps
9054

9155
* The quickstart articles with instructions on using the service for the first time.
92-
* [Use the prebuilt model](./quickstart.md)
93-
* [Create a custom model](./custom/quickstart.md)
56+
* [Use sentiment analysis and opinion mining](./quickstart.md)

0 commit comments

Comments
 (0)