Popularity
3.9
Declining
Activity
0.0
Stable
5
4
0

Monthly Downloads: 8
Programming language: - - -
License: BSD 3-clause "New" or "Revised" License
Tags: Data     Text     String    

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.

Do you think we are missing an alternative of string-similarity or a related project?

Add another 'string' Package

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.