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

[FIX] Keywords: Always invoke preprocessor __call__ #815

Merged
merged 1 commit into from
Apr 21, 2022

Conversation

VesnaT
Copy link
Contributor

@VesnaT VesnaT commented Apr 14, 2022

Issue

Fixes #806

Description of changes

Invoke preprocessor's __call__ instead of normalizer.

Includes
  • Code changes
  • Tests
  • Documentation

@codecov-commenter
Copy link

Codecov Report

Merging #815 (e537d23) into master (88af9f5) will increase coverage by 0.00%.
The diff coverage is 100.00%.

@@           Coverage Diff           @@
##           master     #815   +/-   ##
=======================================
  Coverage   75.27%   75.27%           
=======================================
  Files          76       76           
  Lines       10305    10306    +1     
  Branches     1642     1641    -1     
=======================================
+ Hits         7757     7758    +1     
  Misses       2298     2298           
  Partials      250      250           

@PrimozGodec PrimozGodec merged commit 3a49f97 into biolab:master Apr 21, 2022
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.

Extract Keywords: fails on Lemmagen lemmatizer
3 participants