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"
preprocessing.py 文件源码
python
阅读 26
收藏 0
点赞 0
评论 0
评论列表
文章目录