Release 1.0.1
Added
- added LCSseq (longest common subsequence) implementation
Fixed
- reduced compiler warnings
- consider float imprecision in score_cutoff
- fix incorrect score_cutoff handling in token_set_ratio and token_ratio
- fix template deduction guides on MSVC