Skip to content Skip to sidebar Skip to footer
Showing posts with the label Word

Grab The First Word In A List That Is Found In A String. ( Python )

So, I have a list of words like so: activationWords = ['cactus', 'cacti', 'rofl… Read more Grab The First Word In A List That Is Found In A String. ( Python )

How To Specify Random_state In Lda Model For Topic Modelling

I read the gensim LDA model documentation about random_state which states that: random_state ({np.r… Read more How To Specify Random_state In Lda Model For Topic Modelling