An open API service indexing awesome lists of open source software.

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

Awesome Lists containing this project

README

          

# A collection of string metric algorithms for OCaml

[![License MIT](https://img.shields.io/badge/license-MIT-brightgreen.svg)](https://opensource.org/licenses/MIT)
[![Build Status](https://travis-ci.org/mrkkrp/string_metrics.svg?branch=master)](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.