Gram
43007a8c00
+main env
2020-04-11 08:53:40 +02:00
Gram
43b4497abb
sort imports
2020-04-11 08:52:59 +02:00
Gram
672e90414b
register pytest markers
2020-04-11 08:40:16 +02:00
Gram
2912ab32c0
+travis
2020-04-11 08:36:11 +02:00
Gram
1edc746d50
run all in test-external
2020-04-10 20:41:42 +02:00
Gram
a25e66fa5c
migrate token based
2020-04-10 20:40:32 +02:00
Gram
6e630d5e19
migrate LCSStr
2020-04-10 20:09:07 +02:00
Gram
6b5ae18847
migrate LCSSeq
2020-04-10 16:21:16 +02:00
Gram
c4901376d4
migrate phonetic
2020-04-10 15:38:39 +02:00
Gram
0fd2a736db
fix damerau-levenstein bug
2020-04-10 15:33:27 +02:00
Gram
749be1bac0
test external libs with qval
2020-04-10 14:56:42 +02:00
Gram
4a13b42d52
compare strings distances with external libs
2020-04-10 14:36:36 +02:00
Gram
e9fb78716c
meet dephell
2020-04-10 14:36:18 +02:00
Gram
0012993417
migrate edit-based
2020-04-10 14:01:31 +02:00
Gram
92f4cf1d16
rename
2020-04-10 12:26:52 +02:00
Gram
8a9aa203b6
migrate common tests
2020-04-10 12:21:52 +02:00
Gram
59a66313d7
migrate ncd tests on pytest and hypothesis
2020-04-10 11:55:55 +02:00
Gram
223b9d1f17
Merge pull request #58 from eliadl/master
...
Replace broken link of Ratcliff-Obershelp with wikipedia
2020-04-10 10:05:49 +02:00
Eliad Levy
96441bebfb
Update sequence_based.py
2020-01-09 15:49:08 +02:00
Eliad Levy
dd3327e0d4
Update README.rst
2020-01-09 15:42:53 +02:00
Eliad Levy
7b222255e3
Update README.md
2020-01-09 15:40:55 +02:00
Gram
bbba2eb966
Merge pull request #49 from life4/articles
...
Add articles section
2019-11-14 14:32:06 +01:00
Gram
404d1e7c02
Add articles section
2019-11-14 14:28:35 +01:00
Gram
a990c84b3f
Merge pull request #45 from kinow/fix-travis-link
...
Fix README links
2019-10-08 09:31:59 +02:00
Bruno P. Kinoshita
ff251f4ea3
Fix README links
2019-10-05 20:26:42 +13:00
Gram
1a0c74e105
release
v.4.1.5
2019-10-03 13:37:18 +02:00
Gram
0bd05e9f7a
Merge pull request #44 from life4/fix-jaro
...
fix jaro
2019-10-03 13:33:28 +02:00
Gram
f0e5e1254a
fix jaro
2019-10-03 13:28:36 +02:00
Gram
c9bec68fd6
Merge pull request #43 from life4/no-external-jaro-winkler
...
do not use python-levenshtein for jaro-winkler
2019-10-03 12:40:34 +02:00
Gram
37a5c1c45b
do not use python-levenshtein for jaro-winkler
2019-10-03 12:23:56 +02:00
Gram
b53c1d19b4
Merge pull request #42 from life4/fix-long-lcsstr
...
Fix long lcsstr
2019-10-03 12:13:56 +02:00
Gram
fc9cbd9a31
use custom algorithm for long strings
2019-10-03 11:56:27 +02:00
Gram
453dd558f8
test LCSStr
2019-10-03 11:56:09 +02:00
Gram
85d0ac878b
Merge pull request #38 from davebulaval/master
...
added work around for ZSH shell
2019-08-20 13:26:57 +02:00
davebulaval
d84de58028
removed note and replaced in place
2019-08-19 18:57:21 -04:00
davebulaval
dee1df9d72
added work around for ZSH shell with extras
2019-08-18 22:46:03 -04:00
Gram
003ac1398e
release
2019-08-06 16:48:38 +02:00
Gram
0399d40561
Merge pull request #36 from orsinium/fix-tanimoto
...
fix tanimoto
2019-08-06 16:45:07 +02:00
Gram
1501d41928
fix tanimoto
2019-08-06 16:14:59 +02:00
Gram
33b67ae0d5
Merge pull request #35 from orsinium/fix-zero-div
...
Fix zero div and Monge Elkan
2019-08-06 16:11:13 +02:00
Gram
fed154b88d
Merge remote-tracking branch 'origin/master' into fix-zero-div
2019-08-06 16:03:07 +02:00
Gram
59e3e7b046
fix ZeroDivisionError
2019-08-06 16:02:27 +02:00
Gram
22191d2f38
Merge pull request #33 from ReindertVanHerreweghe/patch-1
...
Update token_based.py
2019-08-06 16:00:25 +02:00
Gram
77254736f5
Fix Monge-Elkan
2019-08-06 16:00:17 +02:00
Gram
d8d0c69a4f
Merge remote-tracking branch 'origin/master' into patch-1
2019-08-06 15:20:54 +02:00
Gram
cbb6d89654
Merge pull request #34 from orsinium/fix-needlman
...
Fix needleman and gotoh normalization
2019-08-06 15:20:03 +02:00
Gram
c0665e4421
drop 2.7 CI cons
2019-08-06 14:47:02 +02:00
Gram
1bd9c288ce
fix gotoh
2019-08-06 14:40:45 +02:00
Gram
30f191409a
needleman fixed
2019-08-06 14:34:47 +02:00
Reindert Van Herreweghe
ded00191b2
Update token_based.py
...
Fixed function description from "Jaccard distance" to "Jaccard similarity" as an exact match returns a score = 1
For example:
* textdistance.jaccard("Jaccard Distance", "Jaccard Distance") = 1
* textdistance.jaccard("Jaccard Distance", "Jaccard Similarity") = 0.4782
2019-07-30 16:21:37 +02:00