Wordcloud use phrases rather than single words
问题 I am generating a wordcloud image for single word and that works out fine. I want to generate the image for phrases. Their documentation states in the very first question that for 2 word phrases I need to use ~ to link them. I've tried this method linking my n lenght phrases but it still takes only 2 words in to consideration. Is this the limit or there is a way to generate wordcloud with more than 2 word phrases? wordcloud = WordCloud( width=1000, height=1000, background_color='black',