amrBatch
AMR Batch is a python library to parse natural language sentences in order to build AMR graphs. It requires, as input, a textual document, and gives as output a set of AMR graphs corresponding to each sentence of the input document.
This library is currently under development, and therefore in unstable state.
Environment Setup
The python code has been tested under Python 3.7 and Linux Manjaro, but should be run on most common systems (Linux, Windows, Mac). All dependencies are listed in requirements.txt.
Usage
The script test_amrbatch_main.py (test directory) gives an example of using the library.