1 package TreeOfTexts::Model::Analysis;
6 use base 'Catalyst::Model::Adaptor';
9 class => 'Text::Tradition::Analysis',
10 args => { 'traditions' => [
11 { 'file' => TreeOfTexts->path_to( 't', 'data', 'florilegium.xml' ),
12 'stemmadot' => TreeOfTexts->path_to( 't', 'data', 'stemma_a.dot' ) },
13 { 'file' => TreeOfTexts->path_to( 't', 'data', 'besoin.xml' ),
14 'stemmadot' => TreeOfTexts->path_to( 't', 'data', 'stemma_b.dot' ) },
15 { 'file' => TreeOfTexts->path_to( 't', 'data', 'heinrichi.xml' ),
16 'stemmadot' => TreeOfTexts->path_to( 't', 'data', 'stemma_h.dot' ) },
17 { 'file' => TreeOfTexts->path_to( 't', 'data', 'parzival.xml' ),
18 'stemmadot' => TreeOfTexts->path_to( 't', 'data', 'stemma_p.dot' ) },
19 { 'file' => TreeOfTexts->path_to( 't', 'data', 's158.xml' ),
20 'stemmadot' => TreeOfTexts->path_to( 't', 'data', 'stemma_s.dot' ) },