split tree pruning into its own function; s158 works now
[scpubgit/stemmatology.git] / TreeOfTexts / lib / TreeOfTexts / Model / Analysis.pm
index 38515ec..9c64b23 100644 (file)
@@ -8,16 +8,16 @@ use base 'Catalyst::Model::Adaptor';
 __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', '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', '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' ) },
                          ] },
  );