X-Git-Url: http://iramuteq.org/git?p=iramuteq;a=blobdiff_plain;f=corpusNG.py;h=11961e109bf5c7662aba1fcbce2ba34208358415;hp=7354463e4f2e0293a5f4ef15a7793781d6d14242;hb=f4cba135ed6aed06ee15e9d41a9091101a4c1bef;hpb=ab23968410d4e2eff482fd16a639801b457d5063 diff --git a/corpusNG.py b/corpusNG.py index 7354463..11961e1 100644 --- a/corpusNG.py +++ b/corpusNG.py @@ -525,7 +525,6 @@ class Corpus : det[et[0]] = {endet :1} except IndexError : det[et[0]] = 1 - print det return det def make_and_write_profile_et(self, ucecl, fileout) : @@ -1051,11 +1050,7 @@ class BuildFromAlceste(BuildCorpus) : ucetxt = txt.split('laphrasepoursplitter') else : txt = ' '.join(txt) - - print txt txt = self.make_cleans(txt) - - print txt ucetxt = self.make_uces(txt, self.corpus.parametres['douce']) if self.corpus.ucis[-1].paras == [] : idpara += 1