rebeckahw
rebeckahw
Thank you very much! It works as expected with one small exception. With mallet, I get a column named source as the second column. The contents of the column is...
Just having the "NA" will be very helpful. (It seems like this field could perhaps be used to preserve some extra information about the input. It is commented as /*...
The problem seems to stem from WriteASCIIDoubleMatrix. Decimal numbers are written with commas both as decimal separators and column separators. This adds an extra column for each printed value and...
The test for WriteASCIIDoubleMatrix now passes, but the problem unfortunately remains for me. It could maybe? be caused by the method formatDouble in LDAUtils.java: String formatString = "%." + noDigits...