把源码展开在根目录下,便于阅读和PR,比如: ``` . ├── README.md ├── dataset ... └── tester ├── __init__.py ├── adapter ├── converter ├── order_evaluation ├── table_evaluation └── text_evaluation ``` btw 能上到pypi就更好了
把源码展开在根目录下,便于阅读和PR,比如:
btw 能上到pypi就更好了