Anthology API - acl-org/acl-anthology GitHub Wiki

The Anthology's official data is hosted in the data/xml directory. You could parse this yourself, but there is a nice Python library we have built around it. The source can be found under python/, but you can install the library easily via PyPI:

pip install acl-anthology

There is a full documentation incl. many usage examples.