Browse Source

修改了sequence_modeling 命名为 sequence_labeling 的文档

tags/v0.4.10
ChenXin 5 years ago
parent
commit
cdbb687d34
3 changed files with 3 additions and 3 deletions
  1. +1
    -1
      docs/source/fastNLP.models.rst
  2. +0
    -0
      docs/source/fastNLP.models.sequence_labeling.rst
  3. +2
    -2
      docs/source/index.rst

+ 1
- 1
docs/source/fastNLP.models.rst View File

@@ -19,7 +19,7 @@ Submodules
fastNLP.models.enas_model fastNLP.models.enas_model
fastNLP.models.enas_trainer fastNLP.models.enas_trainer
fastNLP.models.enas_utils fastNLP.models.enas_utils
fastNLP.models.sequence_modeling
fastNLP.models.sequence_labeling
fastNLP.models.snli fastNLP.models.snli
fastNLP.models.star_transformer fastNLP.models.star_transformer



docs/source/fastNLP.models.sequence_modeling.rst → docs/source/fastNLP.models.sequence_labeling.rst View File


+ 2
- 2
docs/source/index.rst View File

@@ -60,8 +60,8 @@ TODO


安装指南 <user/installation> 安装指南 <user/installation>
快速入门 <user/quickstart> 快速入门 <user/quickstart>
使用 fastNLP 分类 <user/task1>
使用 fastNLP 分词 <user/task2>
详细指南 <user/tutorials>
科研向导 <user/with_fitlog>




API 文档 API 文档


Loading…
Cancel
Save