Skip to content

How can I make pseudo-projective parsing work? #5519

Discussion options

You must be logged in to vote

I'm not sure how large the StackOverflow audience is for pseudo-projective dependency parsing, but let's initially answer this there since it's more of a usage question and people are more likely to find the answer there in the future: https://stackoverflow.com/a/62160956/461847

SO answer copied below:

The problem is that the simple training example script isn't projectivitizing the training instances when initializing and training the model. The parsing algorithm itself can only handle projective parses, but if the parser component finds projectivized labels in its output, they're deprojectivitzed in a postprocessing step. You don't need to modify any parser settings (so starting with a …

Replies: 1 comment

Comment options

You must be logged in to vote
0 replies
Answer selected by ines
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
feat / parser Feature: Dependency Parser
2 participants
Converted from issue

This discussion was converted from issue #5519 on December 10, 2020 13:09.