X-Git-Url: http://iramuteq.org/git?p=iramuteq;a=blobdiff_plain;f=textaslexico.py;h=4982cbdb041fe04e0bdb5f7d1e313cd7f4b1f453;hp=d78c8fda4e1d8d7b118019d3e34bd1623b2cf281;hb=ab23968410d4e2eff482fd16a639801b457d5063;hpb=781cbc21fec22eccd64bf7706aac10a0e2757814 diff --git a/textaslexico.py b/textaslexico.py index d78c8fd..4982cbd 100644 --- a/textaslexico.py +++ b/textaslexico.py @@ -278,15 +278,15 @@ class Lexico(AnalyseText) : mineff = self.parametres['mineff'] #dlg = progressbar(self, maxi = 3) tabout = self.corpus.make_lexitable(mineff, self.listet) - log.warning('Fmax a 200') - Fmax = [line for line in tabout[1:] if sum(line[1:]) > 199] - formesmax = [line[0] for line in Fmax] - Fmax = [line[1:] for line in Fmax] - summax = [sum(col) for col in zip(*Fmax)] - tabout.append(['Fmax'] + summax) - tabout = [line for line in tabout if line[0] not in formesmax] - log.warning('ATTENTION : hapax par etoile') - tabout.append(['hapax'] + self.corpus.gethapaxbyet(self.listet)) + #log.warning('Fmax a 200') + #Fmax = [line for line in tabout[1:] if sum(line[1:]) > 199] + #formesmax = [line[0] for line in Fmax] + #Fmax = [line[1:] for line in Fmax] + #summax = [sum(col) for col in zip(*Fmax)] + #tabout.append(['Fmax'] + summax) + #tabout = [line for line in tabout if line[0] not in formesmax] + #log.warning('ATTENTION : hapax par etoile') + #tabout.append(['hapax'] + self.corpus.gethapaxbyet(self.listet)) write_tab(tabout, self.dictpathout['tableafcm']) #log.warning('ATTENTION : gethapaxuces')