Labeled-LDA-Python
Labeled-LDA-Python copied to clipboard
Implement of L-LDA Model(Labeled Latent Dirichlet Allocation Model) with python
 Also I want to ask how did you know the order of the topic and term from this topic term matrix? (which one is the label 1,2,3 and words...
Halo Joe, Thank you again for the coding and your last answer to my question. If you are glad, I want to ask some questions about this code. 1. What...
Hai Joe, thankyou so much for the coding. I want to ask about common topic. What is the interpretation for that? I really appreciate your answer because right now I'm...
Thank you very much for sharing your code. When I download your example.py and run it, I found an error occured when I use '''llda_model_new.load_model_from_dir(save_model_dir, load_derivative_properties=False)'''. And here is the...