navigating-stories / orange-story-navigator

Add-on to the Orange3 data mining toolkit with text processing widgets from the project Navigating Stories
https://research-software-directory.org/projects/navigating-stories
Other
2 stars 2 forks source link

Dataset-level analysis computations #13

Closed kodymoodley closed 6 months ago

kodymoodley commented 7 months ago

Calculate totals (of each story metric) per story and store in a table. The table can then be passed as output to a visualisation widget for viewing.

Question: how can the user toggle / select between dataset level analysis and single story analysis?

kodymoodley commented 7 months ago

This is handled in part by this PR. I compute all tagging info for all stories in a master dataframe. What still remains to be done is:

  1. adapting Actor and Action widgets to make use of the information in the output dataframe for the new tagging widget to actually tag / highlight entities (including custom tags) in the story text.
  2. Incorporate calculations of prominence score (slider currently does not work anymore)
  3. Incorporate calculations of agency, subject and raw frequencies, as well as custom tag frequencies
kodymoodley commented 6 months ago

Slider functionality for prominence score is postponed / subject to discussion. I temporarily disabled this functionality. But the rest of the functionality in this issue is added in #36