Metadata-Version: 1.1
Name: textcomplexity
Version: 0.9.0
Summary: Linguistic and stylistic complexity measures for text
Home-page: https://github.com/tsproisl/textcomplexity
Author: Thomas Proisl
Author-email: thomas.proisl@fau.de
License: GNU General Public License v3 or later (GPLv3+)
Download-URL: https://github.com/tsproisl/textcomplexity/archive/v0.9.0.tar.gz
Description: Linguistic and Stylistic Complexity
        ===================================
        
        This project implements various measures that assess the linguistic
        and stylistic complexity of (literary) texts. All surface-based,
        sentence-based and dependency-based complexity measures are language
        independent. Some of the constituency-based measures are also language
        independent, but most rely on the NEGRA parsing scheme, i.e. can only
        be applied to German data.
        
        More detailed documentation is available `here
        <https://github.com/tsproisl/textcomplexity>`_.
        
Platform: UNKNOWN
Classifier: Development Status :: 4 - Beta
Classifier: Environment :: Console
Classifier: Intended Audience :: Developers
Classifier: Intended Audience :: Science/Research
Classifier: License :: OSI Approved :: GNU General Public License v3 or later (GPLv3+)
Classifier: Operating System :: OS Independent
Classifier: Programming Language :: Python :: 3
Classifier: Topic :: Text Processing :: Linguistic
