Skip to content

ljo/collatex

 
 

Repository files navigation

CollateX is a software to

  1. read multiple (≥ 2) versions of a text, splitting each version into parts (tokens) to be compared,
  2. identify similarities of and differences between the versions (including moved/transposed segments) by aligning tokens, and
  3. output the alignment results in a variety of formats for further processing, for instance
  4. to support the production of a critical apparatus or the stemmatical analysis of a text's genesis.

It resembles software used to compute differences between files (e.g. diff) or tools for sequence alignment which are commonly used in Bioinformatics. While CollateX shares some of the techniques and algorithms with those tools, it mainly aims for a flexible and configurable approach to the problem of finding similarities and differences in texts, sometimes trading computational soundness or complexity for the user's ability to influence results.

As such it is primarily designed for use cases in disciplines like Philology or – more specifically – the field of Textual Criticism where the assessment of findings is based on interpretation and therefore can be supported by computational means but is not necessarily computable.

Please go to http://collatex.net/ for further information.

About

CollateX – Software for Collating Textual Sources

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • HTML 48.4%
  • Java 36.6%
  • Python 11.4%
  • JavaScript 1.9%
  • Jupyter Notebook 0.5%
  • CSS 0.5%
  • Other 0.7%