aribornstein / CoRefi

A embed able annotation tool for end to end cross document co-reference
MIT License
41 stars 8 forks source link

Hypernym + Paragraph + Reducing re-rendering time #48

Closed ariecattan closed 3 years ago

ariecattan commented 3 years ago

-Ability to annotate hypernym on the cluster level after the coreference annotation, by adding hypernym:true in the .json config.

-Split each document into paragraphs, by adding paragraph number in the token list paragraph.

-Reducing significantly the re-rendering time

aribornstein commented 3 years ago

Please merge first into Dev so I can test the changes.