Parser-v2
Parser-v2 copied to clipboard
MST parsing algorithms
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:
- Argmax (greedy)
- Eisner (projective)
- Chu-Liu/Edmonds (nonprojective)