Overview of nlpaug augmentation components
masterThe nlpaug library provides tools for augmenting NLP data in machine learning projects. It is built around two core concepts:
- Augmenter: The basic element used to perform a specific type of augmentation.
- Flow: A pipeline used to orchestrate multiple augmenters together in a sequence.