SvenElyes / Textanalytics

MIT License
1 stars 0 forks source link

Relation - Processing - Find data structure to display relations between characters #4

Open fmunzlin opened 3 years ago

fmunzlin commented 3 years ago

It may not be enough to say that 2 characters have an general relation. We need to include more detail. This may be done be a class which stores e.g. self.Character_A = "Name" self.Character_B = "Name" self.family: true/false self.friendly: true/false self.intensity: range[0,10] ....