1
2
3
4
#![crate_type = "lib"]
#![crate_name = "tfidf"]

pub mod tfidf;