fast-aug - rust library
fast-aug is a library for fast text augmentation, available for both Rust and Python as fast-aug.
It is designed with focus on performance and real-time usage (e.g. during training), while providing a wide range of text augmentation methods.
Installation
fast-aug is available on crates.io.
cargo install fast-aug
Usage
use BaseAugmenter;
use ;
let rng = &mut thread_rng;
let augmenter = new;
augmenter.augment;
augmenter.augment_batch;
Please refer to rustdoc for details.
TBA
Contributing and Development
Any contribution is warmly welcomed!
Please see the GitHub repository README at fast-aug.