Skip to content

Conversation

@FengZiYjun
Copy link
Contributor

@FengZiYjun FengZiYjun commented Jan 12, 2019

api/

  • 开放中文分词, 词性标注, 句法分析的API, 使用说明见fastnlp/api/README.md

core/

  • Trainer添加callback机制
  • CRF添加迁跃限制
  • 添加SpanMetric,用于序列标注任务
  • 打补丁

tutorials/

  • 添加进阶教程 fastnlp_advanced_tutorial
  • 添加开发者指南 tutorial_for_developer.md

新版本向下兼容V0.2

yhcc and others added 30 commits January 3, 2019 21:33
2. metric增加SpanFMetric,可以用于计算sequence labelling的performance
3. 分词复现任务根据新版接口做了部分调整。
# Conflicts:
#	fastNLP/core/dataset.py
* add default sampler for Batch
* fix bug in metrics.py: slice must be integer
* 合并callback和trainer的更新
* CWS API的更新
yhcc and others added 10 commits January 11, 2019 19:55
* update README
…ent branch

# Conflicts solved:
#	fastNLP/io/dataset_loader.py
#	fastNLP/io/embed_loader.py
#	fastNLP/modules/aggregator/attention.py
#	fastNLP/modules/decoder/CRF.py
# Conflicts:
#	fastNLP/api/api.py
#	fastNLP/modules/encoder/variational_rnn.py
* pass all tests
* prepare CWS & POS API
* update tutorials
* add README.md in tutorials/ & api/
@codecov-io

This comment has been minimized.

@FengZiYjun FengZiYjun merged commit 3219b9d into fastnlp:master Jan 14, 2019
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

4 participants