|
Is there a freely available implementation of a probabilistic marginals-based dependency parser? I want to compute edge-marginals and am lazy to write the code. |
|
Is there a freely available implementation of a probabilistic marginals-based dependency parser? I want to compute edge-marginals and am lazy to write the code. |
Once you sign in you will be able to subscribe for any updates here
Tags:
Asked: Oct 15 '10 at 20:02
Seen: 311 times
Last updated: Oct 16 '10 at 06:53
How is this different from MSTParser (out of curiosity)?
Alexandre: it is similar to the difference between a CRF tagger and Mike Collins' perceptron-trained taggers. (does this help?)
I see. Thanks :-)