plsa icon indicating copy to clipboard operation
plsa copied to clipboard

Code is not creating output file

Open rtmlp opened this issue 9 years ago • 1 comments

Hi,

I have used the code that is available to run it on a dataset and I get the following messages.

Building prefix dict from the default dictionary ... Loading model from cache \jieba.cache Loading model cost 0.637 seconds. Prefix dict has been built succesfully.

I tried to run it for a long time (>2 hours). My dataset.txt is around 50 MB.

I am not sure why it is not saving any output files.

Thanks

rtmlp avatar Nov 14 '16 20:11 rtmlp

It is because of the slow convergence of the algorithm. The params K, maxIteration and threshold have an effect on that.

laserwave avatar Nov 15 '16 04:11 laserwave