vi3k6i5 / GuidedLDA

semi supervised guided topic model with custom guidedLDA
Mozilla Public License 2.0
497 stars 108 forks source link

using guidedlda with countvectorizer #25

Open asaelbarilan opened 5 years ago

asaelbarilan commented 5 years ago

i tried to use lda_output=model.fit_transform(corpus, seed_topics=seed_topics, seed_confidence=1) instead of fit method,it works -but im not sure if its just running the regular lda behind or its actually doing something-because resaults are different. should it work?