Exemplo n.º 1
0
 def run(self):
     # self.thread_lock.acquire()
     Log.log_green_running('Thread for ' + self.getName() +
                           ' is running.')
     self.tc_cls.text_classification_polynomial(self.test_category)
     Log.log_green_running('Thread for ' + self.getName() +
                           ' finished.')
Exemplo n.º 2
0
 def run(self):
     # self.thread_lock.acquire()
     ws = WS(self.set_dict)
     Log.log_green_running('Thread for ' + self.getName() + ' is running.')
     ws.wd_seg()
     Log.log_green_running('Thread for ' + self.getName() + ' finished.')