├── LICENSE ├── README.md ├── README.template.md ├── data.yml ├── index.html ├── render.py └── requirements.txt /LICENSE: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jantrienes/text-simplification-datasets/HEAD/LICENSE -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jantrienes/text-simplification-datasets/HEAD/README.md -------------------------------------------------------------------------------- /README.template.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jantrienes/text-simplification-datasets/HEAD/README.template.md -------------------------------------------------------------------------------- /data.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jantrienes/text-simplification-datasets/HEAD/data.yml -------------------------------------------------------------------------------- /index.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jantrienes/text-simplification-datasets/HEAD/index.html -------------------------------------------------------------------------------- /render.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jantrienes/text-simplification-datasets/HEAD/render.py -------------------------------------------------------------------------------- /requirements.txt: -------------------------------------------------------------------------------- 1 | pyyaml 2 | black 3 | tabulate 4 | --------------------------------------------------------------------------------