You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Nov 16, 2023. It is now read-only.
Describe the bug
in the LightLda module, I wanna get the topic-words summary outputs, setting:
output_topic_word_summary=True,
num_summary_term_per_topic=20
but i can not get the topic words summary in outputs. the only output is the probability of each review belonging to each topic.
Expected behavior
get a summary of topic words, like:
topic0: good, exellent...
topic2: one, two, three...
Describe the bug
in the LightLda module, I wanna get the topic-words summary outputs, setting:
output_topic_word_summary=True,
num_summary_term_per_topic=20
but i can not get the topic words summary in outputs. the only output is the probability of each review belonging to each topic.
Expected behavior
get a summary of topic words, like:
topic0: good, exellent...
topic2: one, two, three...