https://github.com/mrkkrp/string_metrics
Collection of string metric algorithms in OCaml
https://github.com/mrkkrp/string_metrics
hamming-distance jaccard-similarity jaro-distance jaro-winkler-distance levenshtein-distance ocaml string-metrics
Last synced: about 2 months ago
JSON representation
Collection of string metric algorithms in OCaml
- Host: GitHub
- URL: https://github.com/mrkkrp/string_metrics
- Owner: mrkkrp
- License: mit
- Created: 2019-09-15T13:19:45.000Z (almost 7 years ago)
- Default Branch: master
- Last Pushed: 2019-09-26T15:32:51.000Z (almost 7 years ago)
- Last Synced: 2025-12-28T23:57:34.460Z (6 months ago)
- Topics: hamming-distance, jaccard-similarity, jaro-distance, jaro-winkler-distance, levenshtein-distance, ocaml, string-metrics
- Language: OCaml
- Size: 9.77 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE.md
Awesome Lists containing this project
README
# A collection of string metric algorithms for OCaml
[](https://opensource.org/licenses/MIT)
[](https://travis-ci.org/mrkkrp/string_metrics)
## Contribution
Issues, bugs, and questions may be reported in [the GitHub issue tracker for
this project](https://github.com/mrkkrp/string_metrics/issues).
Pull requests are also welcome.
## License
Copyright © 2019–present Mark Karpov
Distributed under MIT license.