';
34 | topic_html += '
';
35 | topic_html += 'Topic Label';
36 | topic_html += ''
37 | topic_html += '
';
38 | topic_html += '
';
39 | var topic_words_array = topics_words[topic_key];
40 | for (wrd in topic_words_array){
41 | var highlight_fn = 'javascript:$(\'#tm_'+topic_key+'\').unmark();$(\'#tm_'+topic_key+'\').mark(\'' + topic_words_array[wrd] + '\',{\'accuracy\': \'partially\'});'
42 | topic_html += '
' + topic_words_array[wrd] + ' ';
43 | }
44 |
45 | topic_html += '
';
46 | topic_html += '
';
47 | topic_html += '
';
53 | topic_html += '
';
54 | topic_html += '