From 6703e9adc94e49530c44d81a503d0045e43c4bf6 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Kov=C3=A1cs=20=C3=81d=C3=A1m?= Date: Mon, 17 Apr 2023 11:16:03 +0200 Subject: [PATCH] Create README.md --- README.md | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/README.md b/README.md index 1551dfb..d0cb2b6 100644 --- a/README.md +++ b/README.md @@ -113,6 +113,12 @@ For parsing [UCCA](https://github.com/UniversalConceptualCognitiveAnnotation/tut UCCA parsing is currently supporting English, French, German and Hebrew. The docker service is a REST API that you can use to parse UCCA graphs. To convert the output to networkx graphs, see the `TextToUCCA` class. +Additionally, install the `ucca` package to manipulate the UCCA graphs: + +```bash +git+https://github.com/adaamko/ucca.git#egg=ucca +``` + ### DRS The task of __Discourse Representation Structure (DRS) parsing__ is to convert text into formal meaning representations in the style of Discourse Representation Theory (DRT; Kamp and Reyle 1993).