Skip to content

Commit

Permalink
update documentation
Browse files Browse the repository at this point in the history
  • Loading branch information
stephenhky committed Oct 26, 2017
1 parent ae86bea commit c134f83
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/tutorial_topic.rst
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ For other algorithms, user can use :class:`LSIModeler` for LSI or :class:`RPMode
for RP. Everything else is the same.
To train with 128 topics, enter:

>>> topicmodeler.train(trainclassdict, 64)
>>> topicmodeler.train(trainclassdict, 128)

After the training is done, the user can retrieve the topic vector representation
with the trained model. For example,
Expand Down

0 comments on commit c134f83

Please sign in to comment.