JohnGiorgi / seq2rel-ds

This is a companion repository to seq2rel (https://github.com/JohnGiorgi/seq2rel) which aims to make it easy to generate training data.
5 stars 1 forks source link

:recycle: Change clusters to entities everywhere #65

Closed JohnGiorgi closed 2 years ago

JohnGiorgi commented 2 years ago

This PR renames the clusters attribute of PubtatorAnnotation to entities. Likewise, it renames PubtatorCluster --> PubtatorEntity. This is a breaking change and any code that depend on previous versions of this library will need to be updated. The motivation for the name change is that, "entities" is more commonly used than "clusters" and should be more immediately intuitive.

Closes #45.