예제 #1
0
 def __init__(self):
     self.current_dir = os.path.dirname(__file__)
     self.sorted_words = SortedWords()
     self.preprocessor = Preprocessor()
예제 #2
0
 def __init__(self):
     self.current_dir = os.path.dirname(__file__)
     self.sorted_words = SortedWords()
     self.get_dictionary()