Skip to content

Latest commit

 

History

History
10 lines (7 loc) · 1 KB

README.md

File metadata and controls

10 lines (7 loc) · 1 KB

Text::Tradition - a Perl library for modelling textual variation

This repository contains the Text::Tradition library, developed as part of the Tree of Texts project at the KU Leuven. The library consists of a base distribution (in base/) and three add-on components:

  • analysis/ - Code for the representation and analysis of text stemmata; has a testing dependency on persistence/.
  • morphology/ - Code for the representation of language and morphological information for a text.
  • persistence/ - Code for database storage and user access control for Tradition objects.

The 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 repository, and some of which are not (yet) publicly available. Please contact me if you wish to use it.