From cdbb687d34de5d4e960c12765149e87047dcef41 Mon Sep 17 00:00:00 2001 From: ChenXin Date: Thu, 9 May 2019 14:21:25 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E6=94=B9=E4=BA=86sequence=5Fmodeling?= =?UTF-8?q?=20=E5=91=BD=E5=90=8D=E4=B8=BA=20sequence=5Flabeling=20?= =?UTF-8?q?=E7=9A=84=E6=96=87=E6=A1=A3?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- docs/source/fastNLP.models.rst | 2 +- ...ence_modeling.rst => fastNLP.models.sequence_labeling.rst} | 0 docs/source/index.rst | 4 ++-- 3 files changed, 3 insertions(+), 3 deletions(-) rename docs/source/{fastNLP.models.sequence_modeling.rst => fastNLP.models.sequence_labeling.rst} (100%) diff --git a/docs/source/fastNLP.models.rst b/docs/source/fastNLP.models.rst index 24fca203..accfc3bb 100644 --- a/docs/source/fastNLP.models.rst +++ b/docs/source/fastNLP.models.rst @@ -19,7 +19,7 @@ Submodules fastNLP.models.enas_model fastNLP.models.enas_trainer fastNLP.models.enas_utils - fastNLP.models.sequence_modeling + fastNLP.models.sequence_labeling fastNLP.models.snli fastNLP.models.star_transformer diff --git a/docs/source/fastNLP.models.sequence_modeling.rst b/docs/source/fastNLP.models.sequence_labeling.rst similarity index 100% rename from docs/source/fastNLP.models.sequence_modeling.rst rename to docs/source/fastNLP.models.sequence_labeling.rst diff --git a/docs/source/index.rst b/docs/source/index.rst index b08c2b2d..23b14877 100644 --- a/docs/source/index.rst +++ b/docs/source/index.rst @@ -60,8 +60,8 @@ TODO 安装指南 快速入门 - 使用 fastNLP 分类 - 使用 fastNLP 分词 + 详细指南 + 科研向导 API 文档