You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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)
The text was updated successfully, but these errors were encountered:
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:
The text was updated successfully, but these errors were encountered: