SvenElyes / Textanalytics

MIT License
1 stars 0 forks source link

Relations - Post Processing - grafically represent the relation between the characters #5

Open fmunzlin opened 3 years ago

fmunzlin commented 3 years ago

The relations between characters should be shown as a force directed graph which may be implemented using the Python library pandas. http://www.austintaylor.io/d3/python/pandas/2016/02/01/create-d3-chart-python-force-directed/

includes evaluating any relation class and to extract any array that displays the aggregated information

fmunzlin commented 3 years ago

dataframe has been distilled to nodes and edges. emotional relation is depicted by the color of the edge. Can be called by graph_eval.getGraph() Graph is determined by using igraph.