Mr-nightskycoder / topic-modeling-tool

Automatically exported from code.google.com/p/topic-modeling-tool
0 stars 0 forks source link

IndexOutOfBoundsExecption, no DocX.html files #1

Open GoogleCodeExporter opened 8 years ago

GoogleCodeExporter commented 8 years ago
What steps will reproduce the problem?
1. Press 'Learn Topics' with file testdata_news_fuel_845docs.txt
2. standard options
3.

What is the expected output? What do you see instead?
The OutputHTML\Docs\DocX.html are not created. And in Topicindocs.csv file 
value for filename=null-source.

Error msg:
java.lang.IndexOutOfBoundsException: Index: 369, Size: 10
    at java.util.ArrayList.rangeCheck(Unknown Source)
    at java.util.ArrayList.get(Unknown Source)
    at cc.mallet.topics.gui.HtmlBuilder.buildHtml2(HtmlBuilder.java:194)
    at cc.mallet.topics.gui.HtmlBuilder.createHtmlFiles(HtmlBuilder.java:293)
    at cc.mallet.topics.gui.TopicModelingTool$TrainButtonListener.outputCsvFiles(TopicModelingTool.java:629)
    at cc.mallet.topics.gui.TopicModelingTool$TrainButtonListener.runMallet(TopicModelingTool.java:581)
    at cc.mallet.topics.gui.TopicModelingTool$TrainButtonListener$1.run(TopicModelingTool.java:446)
Mallet Output files written in C:\TopicModelingTool ---> 
C:\TopicModelingTool\output_state.gz , C:\TopicModelingTool\output_topic_keys

What version of the product are you using? On what operating system?
Topic modeling tool: Releasedate 3 oct. Windows 7 Home Premium SP1

Please provide any additional information below.

Original issue reported on code.google.com by onno.nie...@gmail.com on 22 Nov 2011 at 12:18

GoogleCodeExporter commented 8 years ago
exception prompted out

Original comment by gheg.ja...@gmail.com on 25 Nov 2011 at 4:01