Popularity
3.7
Growing
Activity
0.0
Stable
5
3
0
Monthly Downloads: 2
Programming language: - - -
License: BSD 3-clause "New" or "Revised" License
string-similarity alternatives and similar packages
Based on the "string" category.
Alternatively, view string-similarity alternatives based on common mentions on social networks and blogs.
InfluxDB – Built for High-Performance Time Series Workloads
InfluxDB 3 OSS is now GA. Transform, enrich, and act on time series data directly in the database. Automate critical tasks and eliminate the need to move data externally. Download now.
Promo
www.influxdata.com

Do you think we are missing an alternative of string-similarity or a related project?
README
string-similarity
This is a collection of algorithms for finding the longest common substring in two documents.
The wider aim is to rate pairs (and eventually, larger sets) of documents for similarity, so that we can semi-automatically determine relationships in datasets. For the moment, just
longestSubstring ::(Eq a, Ord a) -> [a] -> [a] -> [a]
will do.