An open API service indexing awesome lists of open source software.

https://github.com/divefish/assoc-parsing

Transition-based dependency parsing using association scores.
https://github.com/divefish/assoc-parsing

Last synced: 4 months ago
JSON representation

Transition-based dependency parsing using association scores.

Awesome Lists containing this project

README

          

# Transition-based dependency parsing using association scores.

Adaptations of the [De Kok and Hinrichs (2016) parser](https://github.com/danieldk/dpar). In order to switch between different parser variants, select the respective branch:

* `dpar-pmi`: Parsing with pointwise mutual information
* `dpar-embeds`: Parsing with association scores based on dependency embeddings
* `dpar-fifu`: Parsing with `finalfusion` embeddings
* `dpar-fifu-pmi`: Parsing with `finalfusion` embeddings and pointwise mutual information
* `dpar-fifu-embeds`: Parsing with `finalfusion` embeddings and association scores based on dependency embeddings