From 3319d88c36883591d2f8a9e73933d2f02e71683e Mon Sep 17 00:00:00 2001 From: Steffy-zxf <48793257+Steffy-zxf@users.noreply.github.com> Date: Fri, 5 Jul 2019 14:34:03 +0800 Subject: [PATCH] Update README.md --- demo/text-classification/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/demo/text-classification/README.md b/demo/text-classification/README.md index 1f8b6251..5e929417 100644 --- a/demo/text-classification/README.md +++ b/demo/text-classification/README.md @@ -74,7 +74,7 @@ reader = hub.reader.ClassifyReader( `hub.dataset.ChnSentiCorp()` 会自动从网络下载数据集并解压到用户目录下`$HOME/.paddlehub/dataset`目录 -`module.get_vaocab_path()` 会返回预训练模型对应的词表 +`module.get_vocab_path()` 会返回预训练模型对应的词表 `max_seq_len` 需要与Step1中context接口传入的序列长度保持一致 -- GitLab