Skip to content

MST parsing algorithms #2

Open
Open
@tdozat

Description

The current way of ensuring valid trees is pretty hacky. Ideally, there should be three ways of MST parsing the returned probabilities, which should be configurable:

  1. Argmax (greedy)
  2. Eisner (projective)
  3. Chu-Liu/Edmonds (nonprojective)

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions

    MST parsing algorithms · Issue #2 · tdozat/Parser-v2