yzhangcs / parser

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

About ensure well-formedness #21

Closed wangxinyu0922 closed 4 years ago

wangxinyu0922 commented 4 years ago

Hi,

I wonder does the biaffine parser without +Eisner ensure the tree structure of prediction?

yzhangcs commented 4 years ago

No, the valid projective tree structures can't be ensured without Eisner.

wangxinyu0922 commented 4 years ago

Thank you