Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Corpus forgets Used Text Features when input data subset changes #1038

Open
wvdvegte opened this issue Feb 29, 2024 · 1 comment
Open

Corpus forgets Used Text Features when input data subset changes #1038

wvdvegte opened this issue Feb 29, 2024 · 1 comment

Comments

@wvdvegte
Copy link

Describe the bug
If, from the same dataset, Corpus receives a different subset, its Used Text Features change to whatever it considers as default

To Reproduce
Steps to reproduce the behavior:
Open Corpus bug.ows.zip.
Check that in Corpus, Content is set to Used and Title to Ignored
Open Select Rows and change the selection criterion.
Reopen Corpus, and conclude that now both Title and Content are set to Used.

Expected behavior
The selection in Corpus shouldn't change. The data originates from the same dataset.

Orange version:
3.36.2

Orange - About - version number.

Text add-on version:
1.15.0

Operating system:
OS X 14.3.1

@ajdapretnar
Copy link
Collaborator

This is related to CorpusContextHandler, which computes the hash of the corpus for each update (L79). I will leave this to the experts: @lanzagar @janezd @markotoplak @VesnaT.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants