Labeled-LDA-Python
Labeled-LDA-Python copied to clipboard
common_topic
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 doing my undergraduate thesis using this code
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 doing my undergraduate thesis using this code
"common_topic" is added to the topics of each document by default, which can ensure that some common words (stop words may not cover all common words) in the document have corresponding topic (i.e. "common_topic").
example of "common words": "is", "a", "this",...
Ahhh i see2, oke thank you so much for the explanation, really appreciate