Hi.
issue: at the line "dictionary = corpora.Dictionary(texts)" it reports "NameError: name 'corpora' is not defined"
I've tried this in Spyder and PyCharm, and get the same error.
I've searched for this error, and there's nothing specific to how to, what i'll describe as, ensure there is some "corpora" instance to which it can refer.
context:
I'm new to Python and gensim.
my goal: Complete the gensim tutorial on "Corpora and vector spaces."
ultimate goal(s): Use Python, gensim, LSA to extract insights from research on software users I gather while doing UX research.
system environment:
macOS Mojave v10.14.3 on 2017 MacBook Pro
PyCharm 2018.3.5 (Community Edition)
Build #PC-183.5912.18, built on February 26, 2019
JRE: 1.8.0_152-release-1343-b28 x86_64
JVM: OpenJDK 64-Bit Server VM by JetBrains s.r.o
If this exists somewhere (1) I apologize for not finding it... I'm a bit exhausted from trying and trouble-shooting; and, (2) appreciate if you can point me there.
Humbly from a beginner,
Jay