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

Tupelize corpus #32

Open f-hafner opened 5 months ago

f-hafner commented 5 months ago
Issue

I separated out the code from https://github.com/navigating-stories/orange-story-navigator/blob/80d4cf175effbae182268d54e14c310dad1f50bf/orangecontrib/storynavigation/widgets/OWSNTagger.py#L103

to a separate function that can be reused by other widgets (among others, in #14 )

tests run with

coverage run -m unittest discover orangecontrib/storynavigation

@kodymoodley , if you agree, before merging I'll replace the relevant bit in the line cited above with this function, too.

Description of changes
Includes
ThijsVroegh commented 1 month ago

Leave this be for the moment.. Related to the setting widget, s odepending on how we are going to develop the widget further, we can later decide on deleting this PR, or not