Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/icoxfog417/acl-anthology
Script to get ACL Anthology
https://github.com/icoxfog417/acl-anthology
acl-anthology natural-language-processing
Last synced: about 2 months ago
JSON representation
Script to get ACL Anthology
- Host: GitHub
- URL: https://github.com/icoxfog417/acl-anthology
- Owner: icoxfog417
- License: mit
- Created: 2018-12-03T01:03:04.000Z (about 6 years ago)
- Default Branch: master
- Last Pushed: 2022-12-08T03:13:23.000Z (about 2 years ago)
- Last Synced: 2024-10-06T16:45:34.200Z (3 months ago)
- Topics: acl-anthology, natural-language-processing
- Language: Python
- Size: 101 KB
- Stars: 16
- Watchers: 5
- Forks: 1
- Open Issues: 5
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Acl-Anthology
Script to get [ACL Anthology](https://www.aclweb.org/anthology/)
[Pre-downloaded data is available at Kaggle](https://www.kaggle.com/takahirokubo0/acl-anthology-papers/home)
## Install
```
pip install acl-anthology
```## How to use
```
from acl.conference import ConferenceConference.ACL(2018).retrieve("P18-5").to_dataframe().to_csv("acl2018.csv", index=False)
```