Skip to content

Commit 4c14bac

Browse files
committed
Merge branch 'main' of https://github.com/recski/tuw-nlp
2 parents a0315f4 + 6703e9a commit 4c14bac

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

README.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -113,6 +113,12 @@ For parsing [UCCA](https://github.com/UniversalConceptualCognitiveAnnotation/tut
113113

114114
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.
115115

116+
Additionally, install the `ucca` package to manipulate the UCCA graphs:
117+
118+
```bash
119+
git+https://github.com/adaamko/ucca.git#egg=ucca
120+
```
121+
116122
### DRS
117123
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).
118124

0 commit comments

Comments
 (0)