SforAiDl / decepticonlp

Python Library for Robustness Monitoring and Adversarial Debugging of NLP models
MIT License
15 stars 10 forks source link

Jaccard window (n-grams) #31

Closed someshsingh22 closed 4 years ago

someshsingh22 commented 4 years ago

Jaccard With N-grams implemented Assertion for n > text added Ignore and recurse implemented

codecov[bot] commented 4 years ago

Codecov Report

Merging #31 into master will increase coverage by 0.66%. The diff coverage is 100.00%.

Impacted file tree graph

@@            Coverage Diff             @@
##           master      #31      +/-   ##
==========================================
+ Coverage   88.09%   88.76%   +0.66%     
==========================================
  Files           5        5              
  Lines          84       89       +5     
==========================================
+ Hits           74       79       +5     
  Misses         10       10              
Impacted Files Coverage Δ
decepticonlp/metrics/char_metrics.py 100.00% <100.00%> (ø)

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 2991fb7...48f50a9. Read the comment docs.