bitermplus icon indicating copy to clipboard operation
bitermplus copied to clipboard

ValueError: too many values to unpack (expected 3)

Open yuanjames opened this issue 2 years ago • 0 comments

Hi,

I have recently found that running btm.get_words_freqs(texts, stop_words=stop_words) gives me ValueError: too many values to unpack (expected 3).

I am not sure the reason, but i found this methods returns 4 variables, the last one is CountVectorizer(stop_words=['word1', 'word2', 'word3'])

yuanjames avatar Nov 12 '23 19:11 yuanjames