Metadata-Version: 1.0
Name: Interlinears
Version: 0.1
Summary: Pretty-printing of linguistic interlinears
Home-page: UNKNOWN
Author: kaleissin
Author-email: kaleissin@gmail.com
License: UNKNOWN
Description: ============
        Interlinears
        ============
        
        This package pretty-prints plaintext `linguistic interlinears`__,
        currently only to HTML.
        
        __ http://en.wikipedia.org/wiki/Interlinear_gloss
        
        It supports two formats:
        - ``monospace``, where What You See Is What You Get, though where HTML
        can be escaped or stripped away.
        - ``leipzig``, as by the `Leipzig Glossing Rules`__.
        
        __ http://www.eva.mpg.de/lingua/resources/glossing-rules.php
        
        Usage
        -----
        
        interlinears.make_html_interlinear(raw_interlinear, format='monospace', escape=``some_func``)
        
Platform: any
Classifier: Development Status :: 4 - Beta
Classifier: Environment :: Web Environment
Classifier: Framework :: Django
Classifier: Intended Audience :: Developers
Classifier: Intended Audience :: Education
Classifier: Intended Audience :: Science/Research
Classifier: License :: OSI Approved :: MIT License
Classifier: Operating System :: OS Independent
Classifier: Programming Language :: Python
Classifier: Topic :: Text Processing
Classifier: Topic :: Text Processing :: General
Classifier: Topic :: Text Processing :: Linguistic
Classifier: Topic :: Software Development :: Libraries :: Application Frameworks
Classifier: Topic :: Software Development :: Libraries :: Python Modules
