OlivierBinette / StringCompare

Efficient String Comparison Functions and Fuzzy String Matching
https://olivierbinette.github.io/StringCompare/
17 stars 2 forks source link

C++ Tokenizer implementation #26

Open OlivierBinette opened 2 years ago

OlivierBinette commented 2 years ago

Check if release PR fulfills these requirements

Type of change

Additional comments and description of changes

codecov-commenter commented 2 years ago

Codecov Report

Merging #26 (0167206) into dev (7b9c58b) will decrease coverage by 4.26%. The diff coverage is 50.00%.

@@            Coverage Diff             @@
##              dev      #26      +/-   ##
==========================================
- Coverage   81.31%   77.04%   -4.27%     
==========================================
  Files          15       15              
  Lines         305      305              
==========================================
- Hits          248      235      -13     
- Misses         57       70      +13     
Flag Coverage Δ
unittests 77.04% <50.00%> (-4.27%) :arrow_down:

Flags with carried forward coverage won't be shown. Click here to find out more.

Impacted Files Coverage Δ
stringcompare/distance/__init__.py 100.00% <ø> (ø)
stringcompare/preprocessing/tokenizer.py 0.00% <0.00%> (-61.91%) :arrow_down:
stringcompare/preprocessing/__init__.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 7b9c58b...0167206. Read the comment docs.