mirror of
https://github.com/QData/TextAttack.git
synced 2021-10-13 00:05:06 +03:00
12 lines
453 B
Python
12 lines
453 B
Python
<<<<<<< HEAD
|
|
from .stopword_modification import StopwordModification
|
|
from .repeat_modification import RepeatModification
|
|
=======
|
|
from .pre_transformation_constraint import PreTransformationConstraint
|
|
|
|
from .input_column_modification import InputColumnModification
|
|
>>>>>>> master
|
|
from .max_word_index_modification import MaxWordIndexModification
|
|
from .repeat_modification import RepeatModification
|
|
from .stopword_modification import StopwordModification
|