From b57300d771bf1d5cef52a2ce61dc7ffcf7b68424 Mon Sep 17 00:00:00 2001 From: Danny Guo Date: Wed, 14 Mar 2018 23:49:34 -0400 Subject: [PATCH] Add dguo/strsim-rs to text processing --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 4fbaa28..691ed36 100644 --- a/README.md +++ b/README.md @@ -963,6 +963,7 @@ See also [About Rust’s Machine Learning Community](https://medium.com/@autumn_ * [BurntSushi/suffix](https://github.com/BurntSushi/suffix) — Linear time suffix array construction (with Unicode support) [](https://travis-ci.org/BurntSushi/suffix) * [BurntSushi/tabwriter](https://github.com/BurntSushi/tabwriter) — Elastic tab stops (i.e., text column alignment) [](https://travis-ci.org/BurntSushi/tabwriter) +* [dguo/strsim-rs](https://github.com/dguo/strsim-rs) [[strsim-rs](https://crates.io/crates/strsim)] — String similarity metrics [](https://travis-ci.org/dguo/strsim-rs) * [mgeisler/textwrap](https://github.com/mgeisler/textwrap) [[textwrap](https://crates.io/crates/textwrap)] — Word wrap text (with support for hyphenation) [](https://travis-ci.org/mgeisler/textwrap) * [pwoolcoc/ngrams](https://github.com/pwoolcoc/ngrams) — Construct [n-grams](https://en.wikipedia.org/wiki/N-gram) from arbitrary iterators [](https://travis-ci.org/pwoolcoc/ngrams) * [rust-lang/regex](https://github.com/rust-lang/regex) — Regular expressions (RE2 style) [](https://travis-ci.org/rust-lang/regex)