vowpalwabbit - How to generate the most valuable words for each topic in LDA from vowpall_wabbit? -


i have model of lda built vowpal wabbit. in tutorial i've seen possible print valuables words foreach topic this

topic 1 0.997 printf 0.997 sizeof 0.996 characters 0.996 character 0.995 endl 0.995 stdio 0.994 iostream 0.993 cout 0.992 unsigned 0.991 malloc 0.991 typedef 0.991 cin 0.991 argc 0.989 size_t 0.988 len 0.988 std 0.986 unicode 0.986 ascii 0.986 fprintf 0.986 scanf  topic 2 0.999 img 0.999 div 0.999 width 0.999 height 0.999 png 0.999 jquery 0.999 alt 0.999 imgur 0.999 css 0.999 border 0.999 margin 0.998 1px 0.998 color 0.998 jsfiddle 0.998 0px 0.998 getelementbyid 0.998 addsubview 0.998 jpg 0.998 alloc 0.998 cgrectmake  topic 3 1.0 1.0 question 1.0 1.0 looking 1.0 best 0.999 0.999 since 0.999 better 0.999 0.999 0.999 wondering 0.999 0.999 computer 0.999 such 0.999 our 0.999 0.999 own 0.999 0.999 might 0.999 think  topic 4 0.997 eventargs 0.996 mysql_query 0.996 linq 0.996 varchar 0.995 actionresult 0.995 ienumerable 0.995 lastname 0.995 firstname 0.994 tolist 0.994 entity 0.994 writeline 0.993 sqlcommand 0.993 dbo 0.993 user_id 0.993 binding 0.992 userid 0.992 datatable 0.992 databind 0.991 byval 0.991 connectionstring 

does know how produce such output when have file model?


Comments