How can I programmatically access the Anthology's data?


The Anthology’s data is hosted in our Github repo, which contains all the metadata for all its papers and their authors, the volumes those papers are organized into, and the real-world events that presented those volumes. The PDFs are hosted on our servers. All of this data is accessible via the ACL Anthology Python module on PyPI, which you can install with pip:

pip install acl-anthology

Please see our repository documentation or the Python module documentation for more information.