Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/liyucheng09/baidu_formatter

解析百度阅读理解数据集。支持版本v2018.4及以下。
https://github.com/liyucheng09/baidu_formatter

Last synced: 15 days ago
JSON representation

解析百度阅读理解数据集。支持版本v2018.4及以下。

Awesome Lists containing this project

README

        

# BaiDu Formatter

**文件路径**

文件路径放在

```
source_path='' #源
output_path='' #输出
```

子文件夹与文件名放在

```
all_files=[
#.....
]
```

**例如**

```
source_path='/root'
all_files=[
'/train/train.json'
'/dev/dev.json'
...
]
```