clab / lstm-parser

Transition-based dependency parser based on stack LSTMs
Apache License 2.0
204 stars 62 forks source link

implementation & documentation on parsing unlabelled data #1

Closed geovedi closed 8 years ago

geovedi commented 9 years ago

Any plan to to implement unlabelled data parsing?

miguelballesteros commented 9 years ago

You can basically run the parser by using a dummy label: "_" for all words.