Twitter-L-LDA icon indicating copy to clipboard operation
Twitter-L-LDA copied to clipboard

A set of tools for performing Labeled Latent Dirichlet Allocation on textual datasets, with an emphasis on Twitter profiles. Contains tools for analysing the results of model training and inference.

Results 5 Twitter-L-LDA issues
Sort by recently updated
recently updated
newest added

In line #39 within file Stopwords.java, you are supposed to check if each word in the string is a stopword or not. In the current version of the code, it...

Do this because all stop words are lower case and this will then also eliminate capitalized words.

This change is necessary for the code to work because you are passing in the sentence string and not the individual word that was parsed from the sentence.

It was checking for is Stopword(string), which is the method input string. After splitting on spaces, we have word in words, so isStopword should be called with word as string...

I have been there for searching for algorithm How steam word? And landed directly to code which too much sock because never happens in Github/repo/folder/file. After that I go to...