Metadata-Version: 1.1
Name: collatex
Version: 2.0.0pre2
Summary: CollateX is a collation tool.
Home-page: https://github.com/rhdekker/collatex
Author: Ronald Haentjens Dekker
Author-email: ronald.dekker@huygens.knaw.nl
License: GPLv3
Description: ===============================
        CollateX-Python
        ===============================
        
        .. image:: https://badge.fury.io/py/collatex.png
            :target: http://badge.fury.io/py/collatex
            
        .. image:: https://travis-ci.org/rhdekker/collatex.png?branch=master
                :target: https://travis-ci.org/rhdekker/collatex
        
        .. image:: https://pypip.in/d/collatex/badge.png
                :target: https://pypi.python.org/pypi/collatex
        
        
        CollateX is a software to
        
        - read multiple (≥ 2) versions of a text, splitting each version into parts (tokens) to be compared,
        - identify similarities of and differences between the versions (including moved/transposed segments) by aligning tokens, and
        - output the alignment results in a variety of formats for further processing, for instance to support the production of a critical apparatus or the stemmatical analysis of a text's genesis.
        
        * Free software: GPLv3 license
        * Documentation: http://collatex.rtfd.org.
        
        Features
        --------
        
        * TODO
        
        
        
        
        History
        -------
        
        2.0.0pre2 (2014-06-09)
        ++++++++++++++++++
        
        * Removed max 6 witness limit in aligner, now n number of witnesses can be aligned. 
        * Added transposition detection.
        * Added alignment table plus plain text visualization.
        * Added collate convenience function.
        
        2.0.0pre1 (2014-06-02)
        ++++++++++++++++++
        
        * First release on PyPI.
        * First pure Python development release of CollateX.
        * New collation algorithm, which does non progressive multiple witness alignment.
        
Keywords: CollateX
Platform: UNKNOWN
Classifier: Development Status :: 2 - Pre-Alpha
Classifier: Intended Audience :: Developers
Classifier: License :: OSI Approved :: GNU General Public License v3 (GPLv3)
Classifier: Natural Language :: English
Classifier: Programming Language :: Python :: 2
Classifier: Programming Language :: Python :: 2.6
Classifier: Programming Language :: Python :: 2.7
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.3
