我按照此链接(“ http://radimrehurek.com/2014/03/tutorial-on-mallet-in-python/ ”)上的说明进行操作,但是在尝试训练模型时遇到了错误:
model = models.LdaMallet(mallet_path, corpus, num_topics =10, id2word = corpus.dictionary)
IOError: [Errno 2] No such file or directory: 'c:\\users\\brlu\\appdata\\local\\temp\\c6a13a_state.mallet.gz'
请分享您可能有的任何想法。
谢谢。