SvenElyes / Textanalytics

MIT License
1 stars 0 forks source link

Characters - Provide List of Characters #7

Closed d3ithwen closed 3 years ago

d3ithwen commented 3 years ago

Create a list of characters for each book of the bible. This should include: (1) Names of the most important characters (2) Synonyms for each named character (for co-reference) (3) List named groups of characters (e.g. "disciples of Jesus")

SvenElyes commented 3 years ago

How do we get this list? Do we try to find an already existing one? or do we try to autogenerate it ourselves?

d3ithwen commented 3 years ago

This is only needed to make work on co-reference resolution possible. In later project states there should be a named entity recognition in place of the list.

SvenElyes commented 3 years ago

We need to a synoym Algorithm, that is able to asssign Synonyms referencing a character in a sentence, which occured before.