このリンク (" 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'
あなたの考えを共有してください。
ありがとう。