Skip to content

Latest commit

 

History

History
executable file
·
3 lines (3 loc) · 229 Bytes

README.md

File metadata and controls

executable file
·
3 lines (3 loc) · 229 Bytes

A python implementation of plsa (probabilistic latent semantic analysis). The input is docs with a dicts list which like [{word0: count_word0, word1: count_word1}, {word0: count_word0}]. It provides train and inference function.