X-Git-Url: http://iramuteq.org/git?p=iramuteq;a=blobdiff_plain;f=iramuteq.py;h=01cbcb65a3bf06419a6c8129e74108601156bcf3;hp=0abc480145b5a5518dba9bc3b92dcb1968faf470;hb=eb3837fa8ebc881ef1df81980ec576ca0451eb40;hpb=e6c5f5e94867e9af48a3acd780e61f87ec5f55c8 diff --git a/iramuteq.py b/iramuteq.py index 0abc480..01cbcb6 100644 --- a/iramuteq.py +++ b/iramuteq.py @@ -844,19 +844,20 @@ Voulez-vous fermer quand même ?""" except: BugReport(self) - def OnSimiTxt(self, evt) : - # print 'PLUS DE BUG SUR SIMITXT' - try : - self.Text = SimiTxt(self) + def OnSimiTxt(self, evt, corpus = None) : + print 'PLUS DE BUG SUR SIMITXT' + #try : + #self.Text = SimiTxt(self) + self.Text = SimiTxt(self, corpus, parametres = {'type': 'simitxt'}, dlg = progressbar(self, 3)) if self.Text.val == wx.ID_OK : PlaySound(self) - except : - BugReport(self) + #except : + # BugReport(self) - def OnWordCloud(self, evt) : + def OnWordCloud(self, evt, corpus = None) : # print 'PLUS DE BUG SUR WORDCLOUD' try : - self.Text = WordCloud(self) + self.Text = WordCloud(self, corpus, parametres = {'type' : 'wordcloud'}, dlg = progressbar(self, 3)) if self.Text.val == wx.ID_OK : PlaySound(self) except :