UCREL / pymusas

Python Multilingual Ucrel Semantic Analysis System
https://ucrel.github.io/pymusas/
Apache License 2.0
30 stars 12 forks source link

Multi Word Expressions (v0.3) #32

Closed apmoore1 closed 2 years ago

apmoore1 commented 2 years ago

Added

Removed

codecov-commenter commented 2 years ago

Codecov Report

Merging #32 (5feb6ef) into main (d381180) will increase coverage by 1.42%. The diff coverage is 99.00%.

@@            Coverage Diff             @@
##             main      #32      +/-   ##
==========================================
+ Coverage   97.62%   99.05%   +1.42%     
==========================================
  Files           8       21      +13     
  Lines         337     1057     +720     
  Branches       66      214     +148     
==========================================
+ Hits          329     1047     +718     
+ Misses          7        0       -7     
- Partials        1       10       +9     
Impacted Files Coverage Δ
pymusas/lexicon_collection.py 98.02% <97.49%> (-1.98%) :arrow_down:
pymusas/taggers/rules/mwe.py 98.73% <98.73%> (ø)
pymusas/rankers/lexicon_entry.py 99.18% <99.18%> (ø)
pymusas/__init__.py 100.00% <100.00%> (ø)
pymusas/base.py 100.00% <100.00%> (ø)
pymusas/pos_mapper.py 100.00% <100.00%> (ø)
pymusas/rankers/lexical_match.py 100.00% <100.00%> (ø)
pymusas/rankers/ranking_meta_data.py 100.00% <100.00%> (ø)
pymusas/spacy_api/lexicon_collection.py 100.00% <100.00%> (+100.00%) :arrow_up:
pymusas/spacy_api/pos_mapper.py 100.00% <100.00%> (ø)
... and 10 more

Continue to review full report at Codecov.

Legend - Click here to learn more Δ = absolute <relative> (impact), ø = not affected, ? = missing data Powered by Codecov. Last update dcd90e0...5feb6ef. Read the comment docs.