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

Optimisation of tagging feature #12

Closed kodymoodley closed 6 months ago

kodymoodley commented 7 months ago

Every time the user selects a new document in the Actor or Action Analysis widgets, the NLP tagging is recomputed. The same goes for when a checkbox is (de)selected and when the slider is engaged.

A more efficient way would be to tag only once at the start when importing / loading the stories, and store the results in a data structure. This data structure can then be filtered when triggered by the events mentioned above.

kodymoodley commented 6 months ago

added in #36