Check text direction when merging readings
[scpubgit/stemmatology.git] / README.md
CommitLineData
82ce1b49 1Text::Tradition - a Perl library for modelling textual variation
2===============================================================
3
4This repository contains the Text::Tradition library, developed as part of the [Tree of Texts](http://treeoftexts.arts.kuleuven.be/) project at the KU Leuven. The library consists of a base distribution (in base/) and three add-on components:
5
b39c0b51 6* analysis/ - Code for the representation and analysis of text stemmata; has a testing dependency on persistence/.
82ce1b49 7* morphology/ - Code for the representation of language and morphological information for a text.
8* persistence/ - Code for database storage and user access control for Tradition objects.
9
b39c0b51 10The base, analysis, and persistence modules are also available on CPAN. The morphology module has dependencies upon several custom or custom-modified libraries, some of which are available in the [cpanmods](https://github.com/tla/cpanmods/) repository, and some of which are not (yet) publicly available. Please contact me if you wish to use it.