dracor-org/pydracor

Character.summary() involves redundant data

creaciond opened this issue · 1 comments

When calling the summary() method of Character class, it also includes the information on the whole corpus the character is at.

For instance, this piece of code:

character = Character('yakov', 'rus000138')
character.summary()

produces such output — feels as if everything after title: 'Не убий' is wrong.

Another example:

character = Character('grigorij_dimitrij_lzhedimitrij_samozvanets', 'rus000042')
character.summary()

has same redundant data.

Thanks! Fixed in 0.0.1 version.