clab / lstm-parser

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

BOOST version used in the pre-trained model #21

Closed roys174 closed 6 years ago

roys174 commented 6 years ago

Hi,

Which BOOST version was used when compiling the code to create the pre-trained model (in the easy-to-use branch)?

Thanks! Roy

duncanka commented 6 years ago

Hi Roy,

It's been tested with Boost 1.62. I believe it may work with 1.59, as well, though I wouldn't swear to it.

If you're having problems with running the parser, that may be because the run command in the README is out of date; I've submitted a pull request with the latest changes, including the documentation update.

roys174 commented 6 years ago

Thanks!