Metadata-Version: 2.1
Name: LTTL
Version: 2.0.12
Summary: LangTech Text Library (LTTL) for text processing and analysis
Home-page: https://github.com/axanthos/LTTL
Author: LangTech Sarl
Author-email: info@langtech.ch
License: GNU GPL v3
Download-URL: https://github.com/axanthos/LTTL/tarball/v2.0.12
Keywords: text mining,text analysis,text processing
Platform: UNKNOWN
Classifier: Development Status :: 5 - Production/Stable
Classifier: Programming Language :: Python :: 2
Classifier: Programming Language :: Python :: 2.7
Classifier: Programming Language :: Python :: 3
Classifier: License :: OSI Approved :: GNU General Public License v3 or later (GPLv3+)
Classifier: Operating System :: OS Independent
Classifier: Topic :: Scientific/Engineering :: Information Analysis
Classifier: Topic :: Text Processing :: General
Classifier: Topic :: Text Processing :: Linguistic
Classifier: Intended Audience :: Education
Classifier: Intended Audience :: Science/Research
Classifier: Intended Audience :: Developers
License-File: LICENSE

LangTech Text Library (LTTL)
============================

LTTL is an open-source python package for text processing and analysis.

LTTL consists of: (i) a set of classes for representing segmental analyses of 
text strings (= "segmentations"), whereby portions of text strings are 
delineated and possibly annotated with specific labels; (ii) a set of classes 
for creating and manipulating segmentations, in order to produce either 
modified version of the original text data, or data tables summarizing 
properties of these data (e.g. unit frequency, complexity measures, 
concordances, and so on).

LTTL was designed and implemented by `LangTech Sarl <http://langtech.ch>`_.

