1 个不稳定版本

0.2.1 2024 年 1 月 26 日
0.2.0 2024 年 1 月 26 日
0.1.5 2024 年 1 月 26 日
0.1.3 2019 年 4 月 7 日

#185生物学

Download history • Rust 包仓库 32/week @ 2024-03-12 • Rust 包仓库 30/week @ 2024-03-19 • Rust 包仓库 9/week @ 2024-03-26 • Rust 包仓库 63/week @ 2024-04-02 • Rust 包仓库 23/week @ 2024-04-09 • Rust 包仓库 20/week @ 2024-04-16 • Rust 包仓库 121/week @ 2024-04-23 • Rust 包仓库 13/week @ 2024-04-30 • Rust 包仓库 2/week @ 2024-05-14 • Rust 包仓库 17/week @ 2024-05-21 • Rust 包仓库 43/week @ 2024-05-28 • Rust 包仓库 13/week @ 2024-06-04 • Rust 包仓库 25/week @ 2024-06-11 • Rust 包仓库 21/week @ 2024-06-18 • Rust 包仓库 13/week @ 2024-06-25 • Rust 包仓库

每月 75 次下载

GPL-3.0-or-later

16KB
63

Sorensen

Sørensen–Dice 系数 Rust 实现。

CI

v0.2.0

使用方法

   extern crate sorensen;
   
   use sorensen::distance;
   
   let string = "night";
   let string_to_compare = "nacht";
   let dst: f64 = distance(string.as_bytes(), string_to_compare.as_bytes()); // 0.25

依赖项

~1MB
~15K SLoC