mirror of
https://github.com/QData/TextAttack.git
synced 2021-10-13 00:05:06 +03:00
14 lines
369 B
Python
14 lines
369 B
Python
""".. _overlap:
|
|
|
|
Overlap Constraints
|
|
--------------------------
|
|
|
|
Overlap constraints determine if a transformation is valid based on character-level analysis.
|
|
"""
|
|
|
|
from .bleu_score import BLEU
|
|
from .chrf_score import chrF
|
|
from .levenshtein_edit_distance import LevenshteinEditDistance
|
|
from .meteor_score import METEOR
|
|
from .max_words_perturbed import MaxWordsPerturbed
|