text-matcher
text-matcher copied to clipboard
A simple text reuse detection CLI tool.
The version available on pipy is 0.1.6. Could someone update it to the version 0.1.7 ?
This would make it easier to cite, as well, as described in #16.
Running command like: ``` text-matcher tmp.txt tmp.txt ``` raises IndexError. Sample stack trace: ``` .../text_matcher/matcher.py in extend_matches(self, cutoff) 267 # If we've gone through the whole list and there's nothing...
see https://github.com/MartinPaulEve/middleMatch
Words that have been broken and hyphenated because they appear at the ends of lines are breaking the text matching. There needs to be a way to heal these words...
For example, if a string in text A appears twice in text B, give two matches.
Bumps [joblib](https://github.com/joblib/joblib) from 1.1.0 to 1.2.0. Changelog Sourced from joblib's changelog. Release 1.2.0 Fix a security issue where eval(pre_dispatch) could potentially run arbitrary code. Now only basic numerics are supported....