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

Save model not working with Text Normalization (Preprocess Text widget) #466

Closed
CrtGrahonja opened this issue Oct 25, 2019 · 1 comment
Closed

Comments

@CrtGrahonja
Copy link

Text version

Orange3-Text 0.7.3

Orange version

Orange 3.23.1

Expected behavior

Saves a preprocessed and trained model to a pickle file.

Actual behavior

Raises an error, because it tries to pickle udpipe.Model

Steps to reproduce the behavior
  • Load a Corpus with a target variable,
  • Preprocess using UDPipe Lemmatizer (tried English and Slovene, both failed),
    ** when not using UDPipe Lemmatizer, the saving works!
  • use BoW,
  • model (any),
  • Save Model.
Additional info (worksheets, data, screenshots, ...)

Screenshot of my workspace and error
image

Screenshot of my Preprocess Text widget
image

@ajdapretnar
Copy link
Collaborator

ajdapretnar commented Nov 25, 2019

This should be fixed in the latest release via #447. Please update and check if it works.

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