Skip to content

Commit 3d81703

Browse files
committed
fix url error in rnn_en.rst
1 parent 52f6c9a commit 3d81703

File tree

3 files changed

+5
-5
lines changed

3 files changed

+5
-5
lines changed

doc/howto/deep_model/rnn/rnn_en.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -246,6 +246,6 @@ The code is listed below:
246246
outputs(beam_gen)
247247
248248
249-
Notice that this generation technique is only useful for decoder like generation process. If you are working on sequence tagging tasks, please refer to :ref:`sentiment_analysis_en` for more details.
249+
Notice that this generation technique is only useful for decoder like generation process. If you are working on sequence tagging tasks, please refer to :ref:`semantic_role_labeling_en` for more details.
250250

251251
The full configuration file is located at :code:`demo/seqToseq/seqToseq_net.py`.

doc/tutorials/semantic_role_labeling/index_en.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
```eval_rst
2+
.. _semantic_role_labeling_en:
3+
```
4+
15
# Semantic Role labeling Tutorial #
26

37
Semantic role labeling (SRL) is a form of shallow semantic parsing whose goal is to discover the predicate-argument structure of each predicate in a given input sentence. SRL is useful as an intermediate step in a wide range of natural language processing tasks, such as information extraction. automatic document categorization and question answering. An instance is as following [1]:

doc/tutorials/sentiment_analysis/index_en.md

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,3 @@
1-
```eval_rst
2-
.. _sentiment_analysis_en:
3-
```
4-
51
# Sentiment Analysis Tutorial
62

73
Sentiment analysis has many applications. A basic task in sentiment analysis is classifying the polarity of a given text at the document, sentence or feature/aspect level. One simple example is to classify the customer reviews in a shopping website, a tourism website, and group buying websites like Amazon, TaoBao, Tmall etc.

0 commit comments

Comments
 (0)