├── .gitattributes ├── README.md ├── scripts └── download_and_extract_all.sh └── wikiasp_task.jpg /.gitattributes: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/neulab/wikiasp/HEAD/README.md -------------------------------------------------------------------------------- /scripts/download_and_extract_all.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/neulab/wikiasp/HEAD/scripts/download_and_extract_all.sh -------------------------------------------------------------------------------- /wikiasp_task.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/neulab/wikiasp/HEAD/wikiasp_task.jpg --------------------------------------------------------------------------------