calculate common readings when we parse
[scpubgit/stemmatology.git] / lib / Text / Tradition / Parser / BaseText.pm
index 96d54ff..7513135 100644 (file)
@@ -303,7 +303,7 @@ sub merge_base {
 #                             $rel->type, $rel->from->id, $rel->to->id );
 #         }
 #     }
-    $collation->calculate_ranks();
+    $collation->calculate_common_readings(); # will implicitly rank
 }
 
 =item B<read_base>