HazyResearch / bazaar

14 stars 11 forks source link

Temporary fix for weird bug where brackets cause problems #3

Closed ajratner closed 9 years ago

ajratner commented 9 years ago

Brackets are parsed as punctuation somehow in the dep parse, and somehow this messes up the whole parse in larger ways. Simple fix is to change e.g. [ -> (, which shouldn't bother anyone... this error doesn't show up in the coreNLP demo, however it does in both the shift-reduce and NN parsers. Perhaps some minor bug in general transition-based parser framework in coreNLP?