pyMMAX2: Deep Access to MMAX2 Projects from Python
2020-12-01COLING (LAW) 2020Code Available0· sign in to hype
Mark-Christoph Müller
Code Available — Be the first to reproduce this paper.
ReproduceCode
- github.com/nlpathits/pymmax2OfficialIn papernone★ 0
Abstract
pyMMAX2 is an API for processing MMAX2 stand-off annotation data in Python. It provides a lightweight basis for the development of code which opens up the Java- and XML-based ecosystem of MMAX2 for more recent, Python-based NLP and data science methods. While pyMMAX2 is pure Python, and most functionality is implemented from scratch, the API re-uses the complex implementation of the essential business logic for MMAX2 annotation schemes by interfacing with the original MMAX2 Java libraries. pyMMAX2 is available for download at http://github.com/nlpAThits/pyMMAX2.