SvenElyes / Textanalytics

MIT License
1 stars 0 forks source link

Relations - Processing - assign character to text #1

Open fmunzlin opened 3 years ago

fmunzlin commented 3 years ago

The bible is written using verses - e.g. Matthew 18, 12 "Was meint ihr? Wenn jemand hundert Scharfe hat und eines von ihnen sich verirrt, lässt er dann nicht die neunundneunzig auf den Bergen zurück und sucht das verirrte?" Makazhanov approach probably wont work on our data, as the bible is written without quotations/utterances. However, we may be able to use some of their vocative detection methods. First we need to determine if the verse includes a character person. If this is the case, we could use a one-hot vector to assign a character - multiple characters may be possible.

aileen-reichelt commented 3 years ago

For reference: Solving this issue or a variation thereof is, ultimately, necessary for solving #9 and #10 because we need to know which passages of text to extract character/context keywords for.