clustr 0.1.2

Multithreaded string clustering
Documentation
1
2
3
4
5
pub mod aggregation;
pub mod formation;

pub use crate::clustering::cluster::cluster;
pub use crate::clustering::merge::merge_clusters;