【发布时间】:2019-08-24 03:06:08
【问题描述】:
所以这段代码在我得到这个错误之前可以工作 - 请帮助:(
mallet_path = 'C:/mallet/mallet-2.0.8/bin/mallet.bat'
ldamallet_test = gensim.models.wrappers.LdaMallet(mallet_path, corpus=bow_corpus_test, num_topics=20, id2word=dictionary_test)
【问题讨论】:
标签: python windows file path mallet