Exemplo n.º 1
0
 def run_convert_sentences(self, sentences_path, sentences_market_path) :
     file_operator = TextFileOperator()
     sentences = self.read_sentences(sentences_path)
     loader = PickleMarket()
     loader.dump_market(sentences, sentences_market_path)