コード例 #1
0
 def __init__(self):
     stopWordsFilePath = "data/stopwords.txt"
     self.predictObj = PredictApi(stopWordsFilePath)
     self.trainObj = TrainApi(stopWordsFilePath)
コード例 #2
0
 def __init__(self):
     stopwordsFilePath = "data/stopwords.txt"
     self.predictObj = predictApi(stopwordsFilePath)
     self.trainObj = TrainApi(stopwordsFilePath)
     self.log_writer = logfile.App_logger()