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

Flavio/issue 12 #20

Closed f-hafner closed 2 months ago

f-hafner commented 7 months ago
Issue

Fixes #12

Description of changes

Main change: In the actor tagger, the method postag_text is split into two: (1) make_html that generates the html for the GUI, and (2) postag_text_to_table that runs the NLP model does that POS tagging.

Details of the change:

This is an imperfect solution:

  1. it removes the re-computation for a given selected story, but still re-computes the model and entities whenever a new story is selected.
  2. some functionality is not run anymore, for instance __update_postagging_metrics. -> do we need to rerun this somewhere?

Smaller changes:

Open tasks

Includes
ThijsVroegh commented 2 months ago

closed in #36