PFEemp2024's picture
add necessary file
63775f2
raw
history blame contribute delete
No virus
321 Bytes
"""
SentenceTransformation class
-----------------------------------
https://github.com/makcedward/nlpaug
"""
from textattack.transformations import Transformation
class SentenceTransformation(Transformation):
def _get_transformations(self, current_text, indices_to_modify):
raise NotImplementedError()