I run LFDMM algorithm on my corpus that mixing short documents and long documents. Checking file LFDMM.theta I found that with the long document that contain more than 76 words the result for that document in file LFDMM.theta is list of NaN
"NaN NaN NaN NaN NaN NaN NaN NaN NaN NaN"
Is there any threshold for the length of document for LFDMM algorithm? I look at the source code but still not figure out where it happen.
Hi a Dat Quoc,
Many thank for your work.
I run LFDMM algorithm on my corpus that mixing short documents and long documents. Checking file LFDMM.theta I found that with the long document that contain more than 76 words the result for that document in file LFDMM.theta is list of NaN "NaN NaN NaN NaN NaN NaN NaN NaN NaN NaN"
Is there any threshold for the length of document for LFDMM algorithm? I look at the source code but still not figure out where it happen.
Hope to see your response. Thank a Dat Quoc