【发布时间】:2017-05-03 15:33:31
【问题描述】:
我在 mallet 中使用 LDA 来探索我的数据。我没有训练和测试数据。我只是用它来聚类我的数据。 我想使用 Mallet 提供的一些有用的诊断措施。但是当我使用这个查询时:
bin\mallet train-topics --input doc500.mallet --num-topics 40 --num-top-words 50 --optimize-interval 10 --output-state doc500topic40-state.gz --output-topic-keys doc500topic40-keys.txt --output-doc-topics doc500topic40-composition.txt --topic-word-weights-file doc500topic40-word-weights.txt --diagnostics-file doc500topic40_diagnostics.xml
然后我得到这个错误:
Exception in thread "main" java.lang.IllegalArgumentException:
Unrecognized option 16: --diagnostics-file
【问题讨论】:
标签: text-mining lda topic-modeling diagnostics mallet