You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Traceback (most recent call last):
File "<stdin>", line 1, in <module>
File "/home/hellrich/bin/anaconda3/envs/gensimtest/lib/python3.4/site-packages/gensim/summarization/keywords.py", line 198, in keywords
graph = _build_graph(_get_words_for_graph(tokens))
File "/home/hellrich/bin/anaconda3/envs/gensimtest/lib/python3.4/site-packages/gensim/summarization/keywords.py", line 35, in _get_words_for_graph
for word, unit in tokens.iteritems():
AttributeError: 'dict' object has no attribute 'iteritems'
The text was updated successfully, but these errors were encountered:
I tried the example given at http://rare-technologies.com/text-summarization-with-gensim/ and got the following error:
The text was updated successfully, but these errors were encountered: