Skip to content
Snippets Groups Projects
Select Git revision
  • 313b8c34cb293ae2cf7e2563e892bbd07f8f1493
  • main default protected
  • multiprocessing
3 results

amrbatch

Name Last commit Last update
README.md

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.