Popularity
3.8
Declining
Activity
0.0
Stable
5
4
0
Monthly Downloads: 5
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.
CodeRabbit: AI Code Reviews for Developers
Revolutionize your code reviews with AI. CodeRabbit offers PR summaries, code walkthroughs, 1-click suggestions, and AST-based analysis. Boost productivity and code quality across all major languages with each PR.
Promo
coderabbit.ai
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.