File size: 325 Bytes
4a1df2e
 
 
 
 
 
 
 
 
 
 
 
 
 
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
""".. _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