yzhangcs / parser

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

Unable to use "biaffine-dep-roberta-en" #134

Closed Hawkwoodd closed 7 months ago

Hawkwoodd commented 8 months ago

I downloaded ptb.biaffine.dep.roberta from releases, but when using it, I reported the following error: "ModuleNotFoundError: No module named 'sub. config'". However, there were no issues with using ptb.biaffine.dep.lstm.char

yzhangcs commented 8 months ago

@Hawkwoodd Hi, this example works well for me https://colab.research.google.com/drive/16qx933DqlE5iNDUo41J0MVKOJKNTCmWf?usp=sharing Please follow the snippets and let me know if there are still errors :)