Skip to content

Commit 070b5a7

Browse files
committed
MOD: a simple but more appropriate document for inference
1 parent f868f53 commit 070b5a7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

example/example.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414

1515
# inference
1616
# note: the result topics may be different for difference training, because gibbs sampling is a random algorithm
17-
document = "test example"
17+
document = "test example llda model test example test example"
1818
topics = llda_model.inference(document=document, iteration=10, times=10)
1919
print topics
2020

0 commit comments

Comments
 (0)