def __init__(self):
self.encoderFile = "./question.txt"
self.decoderFile = './answer.txt'
self.dictFile = 'word_dict.txt'
jieba.load_userdict(self.dictFile)
self.stopwordsFile = "./preprocessing/stopwords.dat"
评论列表
文章目录