isnowfy / plsa

a python implementation of plsa

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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.

About

a python implementation of plsa


Languages

Language:Python 100.0%