mirror of
https://github.com/QData/TextAttack.git
synced 2021-10-13 00:05:06 +03:00
10 lines
184 B
Python
10 lines
184 B
Python
"""
|
|
|
|
Goal Function for Text to Text case
|
|
=======================================
|
|
|
|
"""
|
|
|
|
from .minimize_bleu import MinimizeBleu
|
|
from .non_overlapping_output import NonOverlappingOutput
|