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

[bug] seperator for conll dataloader #290

Closed ROGERDJQ closed 4 years ago

ROGERDJQ commented 4 years ago

Description:为conll数据格式的load增加自定义分隔符

Main reason: 为了解决形如: “1 1/2” “B”中原有loader会将1/2识别为tag的问题

Checklist 检查下面各项是否完成

Please feel free to remove inapplicable items for your PR.

Changes: 逐项描述修改的内容

Mention: 找人review你的PR

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