mirror of
https://github.com/QData/TextAttack.git
synced 2021-10-13 00:05:06 +03:00
11 lines
238 B
Python
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 *
|