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

when using my own dictionary, a lot of words which are not in the dictionary are highlighted as well  #46

Closed f-hafner closed 6 months ago

f-hafner commented 6 months ago
Story Navigator version

0.0.18

Orange version

3.36.2 Orange-text version: 1.15.0 Orange-network version: 1.9.0

Expected behavior

I expect that only the words that are in my dictionary are highlighted when selecting custom tags

Actual behavior

when using my own dictionary, a lot of words which are not in the dictionary are highlighted as well

Additional info (worksheets, data, screenshots, ...)
image
kodymoodley commented 6 months ago

Which words are expected / unexpected?

kodymoodley commented 6 months ago

Saartje will send dictionary to reproduce

kodymoodley commented 6 months ago

Similar to https://github.com/navigating-stories/orange-story-navigator/issues/48?

kodymoodley commented 6 months ago

Turns out it was due to categorical data type in dictionary column (need to update column data type to TEXT always).