From 434a6105156cca276a69c294c8b99369cf41c66f Mon Sep 17 00:00:00 2001 From: Pierre Ratinaud Date: Wed, 26 Nov 2014 15:33:49 +0100 Subject: [PATCH] ... --- ProfList.py | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/ProfList.py b/ProfList.py index b8d368c..41dd3df 100644 --- a/ProfList.py +++ b/ProfList.py @@ -617,11 +617,10 @@ class ProfListctrlPanel(wx.ListCtrl, listmix.ListCtrlAutoWidthMixin, listmix.Col dlg.Update(3, u'concordancier...') ucis_txt, ucestxt = doconcorde(corpus, nuces, self.la, uci = uci) items = dict([[i, '
'.join([ucis_txt[i], '
score : %.2f

' % ntab2[i][0], ucestxt[i]])] for i, uce in enumerate(nuces)]) - dlg.Update(4, u'texte...') + dlg.Destroy() win = message(self, items, u"Segments de texte caractéristiques - Classe %i" % self.cl, (750, 600), uceids = nuces) #win.html = '\n' + '
'.join(['
'.join([ucis_txt[i], '
score : %.2f
' % ntab2[i][0], ucestxt[i]]) for i in range(0,len(ucestxt))]) + '\n' #win.HtmlPage.SetPage(win.html) - dlg.Destroy() win.Show(True) def on_tablex(self, evt): -- 2.7.4