def __init__(self): stopWordsFilePath = "data/stopwords.txt" self.predictObj = PredictApi(stopWordsFilePath) self.trainObj = TrainApi(stopWordsFilePath)
def __init__(self): stopwordsFilePath = "data/stopwords.txt" self.predictObj = predictApi(stopwordsFilePath) self.trainObj = TrainApi(stopwordsFilePath) self.log_writer = logfile.App_logger()