Source code for text_quality

"""Documentation about text_quality"""
import logging


logging.getLogger(__name__).addHandler(logging.NullHandler())

[docs] __author__ = "Carsten Schnober"
[docs] __email__ = "c.schnober@esciencecenter.nl"
[docs] __version__ = "0.3.1"