diff options
author | Isaac Yu <isaacyu1@isaacyu1.com> | 2023-02-23 00:54:03 +0000 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2023-02-25 09:18:04 +0700 |
commit | 050602fd8686114e4848b7d68e9162dc195645ed (patch) | |
tree | 913c5db2a9e5d5fa067ce0db970139a93617f12d /python/python3-textdistance/README | |
parent | 7ed10a103356624484c4259e962576b2f8d41661 (diff) |
python/python3-textdistance: Added (Compute dist. between sequences)
Signed-off-by: bedlam <dave@slackbuilds.org>
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'python/python3-textdistance/README')
-rw-r--r-- | python/python3-textdistance/README | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/python/python3-textdistance/README b/python/python3-textdistance/README new file mode 100644 index 000000000000..7121e76559d0 --- /dev/null +++ b/python/python3-textdistance/README @@ -0,0 +1,2 @@ +TextDistance is python library for comparing distance between two +or more sequences by many algorithms. |