Skip to content
Marcel Bollmann edited this page Jun 20, 2025 · 4 revisions

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.

Clone this wiki locally