__PACKAGE__->config(
class => 'Text::Tradition::Analysis',
args => { 'traditions' => [
- { 'file' => TreeOfTexts->path_to( 't', 'data', 'florilegium.xml' ),
- 'stemmadot' => TreeOfTexts->path_to( 't', 'data', 'stemma_a.dot' ) },
+# { 'file' => TreeOfTexts->path_to( 't', 'data', 'florilegium.xml' ),
+# 'stemmadot' => TreeOfTexts->path_to( 't', 'data', 'stemma_a.dot' ) },
{ 'file' => TreeOfTexts->path_to( 't', 'data', 'besoin.xml' ),
'stemmadot' => TreeOfTexts->path_to( 't', 'data', 'stemma_b.dot' ) },
- { 'file' => TreeOfTexts->path_to( 't', 'data', 'heinrichi.xml' ),
- 'stemmadot' => TreeOfTexts->path_to( 't', 'data', 'stemma_h.dot' ) },
- { 'file' => TreeOfTexts->path_to( 't', 'data', 'parzival.xml' ),
- 'stemmadot' => TreeOfTexts->path_to( 't', 'data', 'stemma_p.dot' ) },
- { 'file' => TreeOfTexts->path_to( 't', 'data', 's158.xml' ),
- 'stemmadot' => TreeOfTexts->path_to( 't', 'data', 'stemma_s.dot' ) },
+# { 'file' => TreeOfTexts->path_to( 't', 'data', 'heinrichi.xml' ),
+# 'stemmadot' => TreeOfTexts->path_to( 't', 'data', 'stemma_h.dot' ) },
+# { 'file' => TreeOfTexts->path_to( 't', 'data', 'parzival.xml' ),
+# 'stemmadot' => TreeOfTexts->path_to( 't', 'data', 'stemma_p.dot' ) },
+# { 'file' => TreeOfTexts->path_to( 't', 'data', 's158.xml' ),
+# 'stemmadot' => TreeOfTexts->path_to( 't', 'data', 'stemma_s.dot' ) },
] },
);
-1;
\ No newline at end of file
+1;