topic_modeling_tutorial icon indicating copy to clipboard operation
topic_modeling_tutorial copied to clipboard

Instructions & code for the EuroPython 2014 training session "Topic Modeling for Fun and Profit"

Results 2 topic_modeling_tutorial issues
Sort by recently updated
recently updated
newest added

On line input 13 of [Notebook 1](http://radimrehurek.com/topic_modeling_tutorial/1%20-%20Streamed%20Corpora.html) there's this function ``` def split_words(self, text, stopwords=STOPWORDS): """ Break text into a list of single words. Ignore any token that falls into...

Hi, was just getting setup before the tutorial tomorrow. When I ran: ``` import textblob textblob.TextBlob("The quick brown fox jumps over the lazy dog!").noun_phrases ``` it gave me an error...