https://github.com/jfairbank/c_white_similarity
Implementation of the White Similarity Algorithm in C
https://github.com/jfairbank/c_white_similarity
Last synced: 7 months ago
JSON representation
Implementation of the White Similarity Algorithm in C
- Host: GitHub
- URL: https://github.com/jfairbank/c_white_similarity
- Owner: jfairbank
- License: mit
- Created: 2014-01-14T16:43:41.000Z (almost 12 years ago)
- Default Branch: master
- Last Pushed: 2014-01-14T22:26:46.000Z (almost 12 years ago)
- Last Synced: 2025-01-21T17:36:54.577Z (9 months ago)
- Language: C
- Size: 133 KB
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
c_white_similarity
==================Implementation of the White Similarity Algorithm in C
This implements the string similarity algorithm introduced by Simon White [here](http://www.catalysoft.com/articles/StrikeAMatch.html).
###More info to come...