是 from gensim.corpora import Dictionary,不是 cprpora,你拼写错误
没有安装gensim包,可以用以下命令安装
pip install gensim
如果是用的python3,使用pip3 install gensim,装完重新运行就好了