X-Git-Url: http://iramuteq.org/git?p=iramuteq;a=blobdiff_plain;f=openanalyse.py;h=5de5aa202e066777695b401bfc3dd6cbb2de8684;hp=32702f7190ee62d1da7cacd75fdc941db5c8fd75;hb=5d84083b41b807307732adb78e1be7fd3e3ff004;hpb=23c18d65a858461bfb5b62b948522640d6d52507 diff --git a/openanalyse.py b/openanalyse.py index 32702f7..5de5aa2 100644 --- a/openanalyse.py +++ b/openanalyse.py @@ -131,7 +131,7 @@ class OpenAnalyse(): elif self.conf['type'] == 'simitxt' or self.conf['type'] == 'clustersimitxt' : self.parent.ShowMenu(_("Text analysis")) SimiLayout(self.parent, corpus, self.conf) - elif self.conf['type'] == 'wordcloud' : + elif self.conf['type'] == 'wordcloud' or self.conf['type'] == 'clustercloud': self.parent.ShowMenu(_("Text analysis")) WordCloudLayout(self.parent, corpus, self.conf) elif self.conf['type'] == 'gnepamatrix' :