thomas-institut / apm

Digital Edition web application for the Averroes Project
GNU General Public License v3.0
2 stars 0 forks source link

Generate collation tables out of different version of a chunk #30

Closed rafaelnajera closed 6 years ago

rafaelnajera commented 7 years ago

The idea is to use CollateX to generate the tables.

CollateX takes as input a JSON file with a list of witnesses. Each witness is an array of tokens, each of which contains a text and optionally a normalized version. Each token can also have an arbitrary number of other attributes which are passed transparently to the output.

CollateX can generate a collation table or a graph. The collation table is a matrix of witness x token.

The process should go like this:

rafaelnajera commented 6 years ago

Done in version 0.11.0