I\'ve derived a LDA topic model using a toy corpus as follows:
documents = [\'Human machine interface for lab abc computer applications\', \'A s
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.