Skip to content

Commit

Permalink
Merge branch 'main' of https://github.com/recski/tuw-nlp
Browse files Browse the repository at this point in the history
  • Loading branch information
adaamko committed Apr 17, 2023
2 parents a0315f4 + 6703e9a commit 4c14bac
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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).

Expand Down

0 comments on commit 4c14bac

Please sign in to comment.