There was an error while loading. Please reload this page.
1 parent f868f53 commit 070b5a7Copy full SHA for 070b5a7
example/example.py
@@ -14,7 +14,7 @@
14
15
# inference
16
# note: the result topics may be different for difference training, because gibbs sampling is a random algorithm
17
-document = "test example"
+document = "test example llda model test example test example"
18
topics = llda_model.inference(document=document, iteration=10, times=10)
19
print topics
20
0 commit comments