Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/mwotton/string-similarity
https://github.com/mwotton/string-similarity
Last synced: 12 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/mwotton/string-similarity
- Owner: mwotton
- License: bsd-3-clause
- Created: 2013-07-21T01:06:58.000Z (over 11 years ago)
- Default Branch: master
- Last Pushed: 2013-07-21T04:09:35.000Z (over 11 years ago)
- Last Synced: 2024-09-18T03:16:58.745Z (about 2 months ago)
- Size: 164 KB
- Stars: 5
- Watchers: 4
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this 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, justlongestSubstring ::(Eq a, Ord a) -> [a] -> [a] -> [a]
will do.