Refactoring and bugfixes in the precision/recall metric
Changes in get_precision_recall(): - Refactoring: separating the funtionality of merging alignments from scoring. - Changed the definition of true/false and positive/negative. The characters that are originally wrong and wrongly corrected are now false positives (previously: false negatives). This also changes the evaluation results quite significantly! - Bugfix: consider only one-to-one or one-to-zero alignments, but not one-to-many. This also changes the results. - Code cleaning.
Please register or sign in to comment