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.
- Host: GitHub
- URL: https://github.com/divefish/assoc-parsing
- Owner: DiveFish
- Created: 2020-07-13T14:13:12.000Z (almost 6 years ago)
- Default Branch: master
- Last Pushed: 2020-09-16T10:39:19.000Z (almost 6 years ago)
- Last Synced: 2025-02-21T19:13:35.024Z (over 1 year ago)
- Size: 27.3 MB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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