Skip to content

Commit

Permalink
Fix typos in Author-topic tutorial (#1102)
Browse files Browse the repository at this point in the history
no all on jupyter
  • Loading branch information
Fil authored and tmylk committed Jan 22, 2017
1 parent 024b7c8 commit d5ce43b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docs/notebooks/atmodel_tutorial.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@
">\n",
"> To run this tutorial on your own, install Jupyter, Gensim, SpaCy, Scikit-Learn, Bokeh and Pandas, e.g. using pip:\n",
">\n",
"> `pip install jupyter[all] gensim spacy sklearn bokeh pandas`\n",
"> `pip install jupyter gensim spacy sklearn bokeh pandas`\n",
">\n",
"> Note that you need to download some data for SpaCy using `python -m spacy.en.download`.\n",
">\n",
Expand Down Expand Up @@ -656,7 +656,7 @@
"source": [
"These topics are by no means perfect. They have problems such as *chained topics*, *intruded words*, *random topics*, and *unbalanced topics* (see [Mimno and co-authors 2011](https://people.cs.umass.edu/~wallach/publications/mimno11optimizing.pdf)). They will do for the purposes of this tutorial, however.\n",
"\n",
"Below, we use the `model[name]` syntax to retrieve the topic distribution for an author. Each topic has a probability of being expressed given the particalar author, but only the ones above a certain threshold are shown."
"Below, we use the `model[name]` syntax to retrieve the topic distribution for an author. Each topic has a probability of being expressed given the particular author, but only the ones above a certain threshold are shown."
]
},
{
Expand Down

0 comments on commit d5ce43b

Please sign in to comment.