Skip to content
Snippets Groups Projects
Commit a1294b35 authored by David Rouquet's avatar David Rouquet
Browse files

Update README.md

parent 61b4e9fc
Branches
No related tags found
No related merge requests found
...@@ -3,8 +3,17 @@ ...@@ -3,8 +3,17 @@
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. 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. The library is based on `amrlib` to produce AMR graphs and `amr-ld` to additionaly produce RDF representations of the AMR graphs.
Compared to `amrlib`, AMR Batch is designed to process documents or copora and adds the following features :
- It processes the text sentence by sentence and produces a directory hierarchy containing different representations of the sentence in AMR :
1. Penman
2. dot
3. PNG
4. SVG
5. AMR-RDF in turtle format
6. AMR-RDF in n-triple format
### Installation ### Installation
This project was developp under Python 3.7 and Manjaro Linux system, but should be run on most common systems (Linux, Windows, Mac). This project was developp under Python 3.7 and Manjaro Linux system, but should be run on most common systems (Linux, Windows, Mac).
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment