无法识别的选项:Mallet 中的 --diagnostics-file
unrecognized option: --diagnostics-file in Mallet
我在 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
诊断文件选项相对较新。确保您使用的是版本 2.0.8.
我在 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
诊断文件选项相对较新。确保您使用的是版本 2.0.8.