fast_aug 0.1.0

Fast data augmentation for text
Documentation
1
2
3
4
5
6
7
8
9
mod base;
mod chance;
mod selector;
mod sequential;

// pub use base::BaseFlowAugmenter;
pub use chance::ChanceAugmenter;
pub use selector::SelectorAugmenter;
pub use sequential::SequentialAugmenter;