From 050602fd8686114e4848b7d68e9162dc195645ed Mon Sep 17 00:00:00 2001 From: Isaac Yu Date: Thu, 23 Feb 2023 00:54:03 +0000 Subject: python/python3-textdistance: Added (Compute dist. between sequences) Signed-off-by: bedlam Signed-off-by: Willy Sudiarto Raharjo --- python/python3-textdistance/README | 2 ++ 1 file changed, 2 insertions(+) create mode 100644 python/python3-textdistance/README (limited to 'python/python3-textdistance/README') diff --git a/python/python3-textdistance/README b/python/python3-textdistance/README new file mode 100644 index 0000000000..7121e76559 --- /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. -- cgit v1.2.3