Skip to content
This repository was archived by the owner on Jun 27, 2022. It is now read-only.

Fix typo #2

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions 2.2-topic-modeling/Latent_dirichlet_allocation.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -379,7 +379,7 @@
"source": [
"## Step 3.2: TF-IDF on our document set ##\n",
"\n",
"While performing TF-IDF on the corpus is not necessary for LDA implemention using the gensim model, it is recemmended. TF-IDF expects a bag-of-words (integer values) training corpus during initialization. During transformation, it will take a vector and return another vector of the same dimensionality.\n",
"While performing TF-IDF on the corpus is not necessary for LDA implemention using the gensim model, it is recommended. TF-IDF expects a bag-of-words (integer values) training corpus during initialization. During transformation, it will take a vector and return another vector of the same dimensionality.\n",
"\n",
"*Please note: The author of Gensim dictates the standard procedure for LDA to be using the Bag of Words model.*"
]
Expand Down Expand Up @@ -728,7 +728,7 @@
"name": "python",
"nbconvert_exporter": "python",
"pygments_lexer": "ipython3",
"version": "3.6.1"
"version": "3.7.3"
}
},
"nbformat": 4,
Expand Down