mirror of
https://github.com/QData/TextAttack.git
synced 2021-10-13 00:05:06 +03:00
15 lines
325 B
Python
15 lines
325 B
Python
""".. _grammaticality:
|
|
|
|
Grammaticality:
|
|
--------------------------
|
|
|
|
Grammaticality constraints determine if a transformation is valid based on
|
|
syntactic properties of the perturbation.
|
|
"""
|
|
|
|
from . import language_models
|
|
|
|
from .language_tool import LanguageTool
|
|
from .part_of_speech import PartOfSpeech
|
|
from .cola import COLA
|