Transformations API Reference
Transformation
Composite Transformation
- class textattack.transformations.CompositeTransformation(transformations)[source]
A transformation which applies each of a list of transformations, returning a set of all options.
- Parameters:
transformations – The list of
Transformationto apply.