Labeled-LDA-Python icon indicating copy to clipboard operation
Labeled-LDA-Python copied to clipboard

common_topic

Open nabilariefm-hi opened this issue 3 years ago • 3 comments

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

nabilariefm-hi avatar Jul 30 '22 15:07 nabilariefm-hi

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",...

JoeZJH avatar Jul 30 '22 16:07 JoeZJH

Ahhh i see2, oke thank you so much for the explanation, really appreciate

nabilariefm-hi avatar Jul 30 '22 23:07 nabilariefm-hi