Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/liyucheng09/baidu_formatter
解析百度阅读理解数据集。支持版本v2018.4及以下。
https://github.com/liyucheng09/baidu_formatter
Last synced: 15 days ago
JSON representation
解析百度阅读理解数据集。支持版本v2018.4及以下。
- Host: GitHub
- URL: https://github.com/liyucheng09/baidu_formatter
- Owner: liyucheng09
- Created: 2018-04-19T02:07:56.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2018-04-19T02:08:17.000Z (over 6 years ago)
- Last Synced: 2024-10-30T03:50:28.131Z (2 months ago)
- Language: Python
- Homepage:
- Size: 0 Bytes
- Stars: 1
- Watchers: 0
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: readme.md
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'
...
]
```