Document topical distribution in Gensim LDA

后端 未结 2 1337
情深已故
情深已故 2020-12-15 20:40

I\'ve derived a LDA topic model using a toy corpus as follows:

documents = [\'Human machine interface for lab abc computer applications\',
             \'A s         


        
2条回答
  •  情书的邮戳
    2020-12-15 20:59

    Read the source and it turns out that topics with probabilities smaller than a threshold are ignored. This threshold is with a default value of 0.01.

提交回复
热议问题