vextractor-0.2.1 has been yanked.
vextractor
vextractor is a simple library for extracting the vocabulary of a text file.
About
vextractor works for any language in any script supported by unicode, as long as the language separates words with a unicode space ' ' (U+20).
Quick Example
extern crate vextractor;
use Vextract;
let x = new;
println!; // Prints the vocabulary
println!; // Sorts, then prints
x.write_to_file; // Writes vocab to a text file
Licence
vextractor is licensed under GNU AFFERO GENERAL PUBLIC LICENSE version 3. Please read the LICENSE.md file for more information.