Closed parantak closed 4 years ago
Kudos, SonarCloud Quality Gate passed!
0 Bugs
0 Vulnerabilities (and 0 Security Hotspots to review)
0 Code Smells
:exclamation: No coverage uploaded for pull request base (
master@40c101c
). Click here to learn what that means. The diff coverage is100.00%
.
@@ Coverage Diff @@
## master #68 +/- ##
=========================================
Coverage ? 97.90%
=========================================
Files ? 7
Lines ? 239
Branches ? 0
=========================================
Hits ? 234
Misses ? 5
Partials ? 0
Impacted Files | Coverage Δ | |
---|---|---|
decepticonlp/metrics/char_metrics.py | 100.00% <100.00%> (ø) |
|
decepticonlp/extractor/basic.py | 100.00% <0.00%> (ø) |
|
decepticonlp/__init__.py | 100.00% <0.00%> (ø) |
|
decepticonlp/transforms/paraphrase.py | 91.89% <0.00%> (ø) |
|
decepticonlp/transforms/perturbations.py | 97.82% <0.00%> (ø) |
|
decepticonlp/metrics/__init__.py | 100.00% <0.00%> (ø) |
|
decepticonlp/transforms/__init__.py | 100.00% <0.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 40c101c...01559af. Read the comment docs.
It should not be merged with the Levenshtein edit distance algorithm given that it does away with the one-edit per subsequence restriction and add transposition. I'll add restricted transposition to Levenshtein as well (that would just be OSA distance)