yzhangcs / parser

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

unknown `lbp` #60

Closed Spico197 closed 3 years ago

Spico197 commented 3 years ago

Maybe the self.model.lbp() should be self.model() instead? I searched the whole projects and didn't find a model with lbp attribute or method. Is it a bug here ?

https://github.com/yzhangcs/parser/blob/1dce1b881f014fc265c90e6ad10781d748c56f3d/supar/parsers/semantic_dependency.py#L407

yzhangcs commented 3 years ago

@Spico197 Should be self.model.vi. Sorry for wrong name.

Spico197 commented 3 years ago

Thx for your reply.