Twitter-L-LDA
Twitter-L-LDA copied to clipboard
Update removeStopWords method
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 parameter.
The program is not running properly. Can anyone tell me which method to call in the main.