diff --git a/paddlehub/datasets/chnsenticorp.py b/paddlehub/datasets/chnsenticorp.py index 4a0f177efa930a892f67b6ddfb31b977ae6e6ea6..efaca366a8a8978f8877cc4e560675f4d758d2d0 100644 --- a/paddlehub/datasets/chnsenticorp.py +++ b/paddlehub/datasets/chnsenticorp.py @@ -37,7 +37,7 @@ class ChnSentiCorp(TextClassificationDataset): It tokenizes the text and encodes the data as model needed. max_seq_len (:obj:`int`, `optional`, defaults to :128): The maximum length (in number of tokens) for the inputs to the selected module, - such as enrie, bert and so on. + such as ernie, bert and so on. mode (:obj:`str`, `optional`, defaults to `train`): It identifies the dataset mode (train, test or dev).