wimbd 0.3.0

A CLI for inspecting and analyzing large text datasets.
Documentation
1
2
3
4
5
//! A companion toolkit for the [What's in my big data? (WIMBD)](https://github.com/allenai/wimbd) project.

pub mod io;
pub mod ngrams;
pub mod tokens;