Skip to content

Commit

Permalink
Add report
Browse files Browse the repository at this point in the history
  • Loading branch information
ajdapretnar committed Oct 26, 2021
1 parent 2a0d924 commit 84148b6
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion orangecontrib/text/widgets/owldavis.py
Original file line number Diff line number Diff line change
Expand Up @@ -236,7 +236,12 @@ def clear(self):
self.term_frequency = None
self.num_tokens = None

# todo: report
def send_report(self):
self.report_items((
("Relevance", self.relevance),
("Shown topic", self.topic_list[self.selected_topic])
))
self.report_plot()


if __name__ == "__main__":
Expand Down

0 comments on commit 84148b6

Please sign in to comment.