python (12.9k questions)
javascript (9.2k questions)
reactjs (4.7k questions)
java (4.2k questions)
java (4.2k questions)
c# (3.5k questions)
c# (3.5k questions)
html (3.3k questions)
argument of type 'FakedGensimDict' Error in calculate a metric to evaluate the coherence of each topic
I'm trying to calculate a metric to evaluate the coherence of each topic in my corpus in this code:
import tmtoolkit
from tmtoolkit.topicmod.evaluate import metric_coherence_gensim
def topic_model_coh...

mohammad abufadda
Votes: 0
Answers: 0
Question about pre-processing Russian text for stm in R
I am trying to run a structural topic model in R using the stm package. The corpus is a collection of Russian-language speeches. The problem I am having is that the Russian words are not being pre-pro...
w5698
Votes: 0
Answers: 0
RuntimeError: CUDA error: CUBLAS_STATUS_EXECUTION_FAILED when calling `cublasSgemm( handle, opa, opb, m, n, k, &alpha, a, lda, b, ldb, &beta, c, ldc)`
I'm trying to extract feathers from BertTopic model and I'm using jupyter notebook.
The first feature is sentiment analysis and it's done by following code:
df-DataFrame,
df["title_selftext"...

Roi Kremer
Votes: 0
Answers: 0
Meaning of "tokens" in pyLDAvis
I created an LDA visualization using pyLDAvis and was wondering what "token" means in the title of the bar graph (i.e., Topic 3 (14% of tokens)). I read the pyLDAvis documentation, but could...
ac12
Votes: 0
Answers: 0