1
0
mirror of https://github.com/QData/TextAttack.git synced 2021-10-13 00:05:06 +03:00
Files
textattack-nlp-transformer/textattack/goal_functions/__init__.py
2020-11-01 14:02:00 -05:00

11 lines
238 B
Python

""".. _goal_function:
Goal functions determine if an attack has been successful.
===========================================================
"""
from .goal_function import GoalFunction
from .classification import *
from .text import *