fastnlp / fastNLP

fastNLP: A Modularized and Extensible NLP Framework. Currently still in incubation.
https://gitee.com/fastnlp/fastNLP
Apache License 2.0
3.06k stars 450 forks source link

[new] add seperator for conll loader #292

Closed ROGERDJQ closed 4 years ago

ROGERDJQ commented 4 years ago

Description:add seperator for conll loader

Main reason: to fix the bug when data like "1 1/2 \tO" loader gets {"chars":"1","target":"1/2"}.

Checklist 检查下面各项是否完成

Please feel free to remove inapplicable items for your PR.

Changes: 逐项描述修改的内容

Mention: 找人review你的PR

@修改过这个文件的人 @核心开发人员