Esempio n. 1
0
 def __init__(self):
     self.current_dir = os.path.dirname(__file__)
     self.sorted_words = SortedWords()
     self.preprocessor = Preprocessor()
Esempio n. 2
0
 def __init__(self):
     self.preprocessor = Preprocessor()
     self.current_dir = os.path.dirname(__file__)