Hi, I would like to know wich is the order of the documents in the LDA running results. For example, I know that the topic/word file is a group of IntWritable keys with VectorWritable values, and the key corresponds with the topic id and the intWritable have in position 0 the word in position 0 in the dictionary file....
but in the document/topic file I am not sure about the order followed. The key is an IntWritable that represents the document ID, but i dont know where to read the filename/docID table. Thanks.
