Skip to content
Snippets Groups Projects
Commit 53ef6899 authored by Haak, R. (Romeo)'s avatar Haak, R. (Romeo)
Browse files

Updated documentation and refactored all the namings such the functions should work again

parent 07b8715a
No related branches found
No related tags found
2 merge requests!39Refactoring/master,!37Refactor/refactored strategies
......@@ -2,7 +2,7 @@ import pandas as pd
import numpy as np
from saa_algorithm import SaaAlgorithm
from saa_Romeo import SaaRomeo
from data_comparer import DataComparer
from anchor_algorithm import AnchorAlgorithm
class Statistics:
......@@ -38,7 +38,7 @@ class Statistics:
# Alignment 2
print('\n Emma')
self.strategy = DataComparer(self.words_source, self.words_shadow)
self.strategy = AnchorAlgorithm(self.words_source, self.words_shadow)
self.strategy.find_alignments()
self.strategy.correctly_shadowed(self.words_source)
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment