yzhangcs / parser

:rocket: State-of-the-art parsers for natural language.
https://parser.yzhang.site/
MIT License
825 stars 138 forks source link

Is there a way to use `crf-con-roberta-en` with the latest version of the code? #118

Closed norpadon closed 1 year ago

norpadon commented 1 year ago

Older versions of the code have bugs in the tree construction procedure, would be nice to use the latest versions of the code since it is not trivial to backport bugfixes to 1.1.0

yzhangcs commented 1 year ago

Hi, thank you for your suggestions. I'm working on the version 1.2, which will come in a few months. The new version includes many features (e.g., nmt, srl), and addresses many of the bugs identified in the current version. Kindly keep an eye out for this :)

Currently there is no easy way to use previously trained crf-con-roberta-en. Training a roberta model from scratch would be a better choice.