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

Make Lemmagen lemmatizer picklable #713

Merged
merged 1 commit into from
Sep 13, 2021

Conversation

PrimozGodec
Copy link
Collaborator

Issue

One cannot pickle LemmagenLemmatizer and so cannot pickle Corpus preprocessed with this lemmatizer.

Description of changes

Making LemmagenLemmatizer picklable and test which check if all normalizers are picklable.

Includes
  • Code changes
  • Tests
  • Documentation

@codecov-commenter
Copy link

Codecov Report

Merging #713 (b2000f2) into master (7a5f5fe) will increase coverage by 0.01%.
The diff coverage is 100.00%.

@@            Coverage Diff             @@
##           master     #713      +/-   ##
==========================================
+ Coverage   74.09%   74.11%   +0.01%     
==========================================
  Files          72       72              
  Lines        9489     9496       +7     
  Branches     1294     1294              
==========================================
+ Hits         7031     7038       +7     
  Misses       2212     2212              
  Partials      246      246              

@ajdapretnar ajdapretnar merged commit 947c352 into biolab:master Sep 13, 2021
@PrimozGodec PrimozGodec deleted the lemmagen-picklable branch March 29, 2023 10:37
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

Successfully merging this pull request may close these issues.

3 participants