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

Preprocess: Filter POS tags along with tokens #692

Merged
merged 2 commits into from
Aug 11, 2021

Conversation

ajdapretnar
Copy link
Collaborator

Issue

Fixes #691. POS tags were incorrectly filtered.

Description of changes

When filtering tokens, assure POS tags are filtered alongside.

Includes
  • Code changes
  • Tests
  • Documentation

@codecov-commenter
Copy link

codecov-commenter commented Jul 22, 2021

Codecov Report

Merging #692 (b362212) into master (3fdb5e0) will increase coverage by 0.03%.
The diff coverage is 100.00%.

@@            Coverage Diff             @@
##           master     #692      +/-   ##
==========================================
+ Coverage   74.08%   74.12%   +0.03%     
==========================================
  Files          72       72              
  Lines        9230     9239       +9     
  Branches     1253     1256       +3     
==========================================
+ Hits         6838     6848      +10     
- Misses       2147     2149       +2     
+ Partials      245      242       -3     

@PrimozGodec PrimozGodec merged commit 00f71d0 into biolab:master Aug 11, 2021
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.

Preprocess Text: consider pos tags when filtering tokens
3 participants