From c134f8332641d5f5393939f738b4a7a7a1d51bde Mon Sep 17 00:00:00 2001 From: stephenhky Date: Thu, 26 Oct 2017 13:26:18 -0400 Subject: [PATCH] update documentation --- docs/tutorial_topic.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/tutorial_topic.rst b/docs/tutorial_topic.rst index f17985b5..b7f96329 100644 --- a/docs/tutorial_topic.rst +++ b/docs/tutorial_topic.rst @@ -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,