X-Git-Url: http://iramuteq.org/git?p=iramuteq;a=blobdiff_plain;f=analysetxt.py;h=cd3ac77c22709caed04a8114ae215611d411cebc;hp=d3f8591e7922aea1310e4bdc44337cebdec5a358;hb=9bde3d55d2131f1a33234a43c0de8b200ddb8f9a;hpb=be2de22859c8f59abe9e1082981e4c3a62e9b7ca diff --git a/analysetxt.py b/analysetxt.py index d3f8591..cd3ac77 100644 --- a/analysetxt.py +++ b/analysetxt.py @@ -10,7 +10,7 @@ import os #ALCESTE from PrintRScript import RchdTxt, AlcesteTxtProf from OptionAlceste import OptionAlc -#from layout import PrintRapport +from layout import PrintRapport from openanalyse import OpenAnalyse from time import time ###################################### @@ -150,7 +150,7 @@ class Alceste(AnalyseText) : elif self.parametres['classif_mode'] == 2 : self.corpus.make_and_write_sparse_matrix_from_uci(self.actives, self.pathout['TableUc1'], self.pathout['listeuce1']) Rscript = self.printRscript() - self.doR(Rscript) + self.doR(Rscript, dlg = self.dlg, message = 'CHD...') #self.lc = make_ucecl_from_R(self.pathout['uce']) #self.lc0 = self.lc.pop(0) self.corpus.make_ucecl_from_R(self.pathout['uce']) @@ -161,7 +161,7 @@ class Alceste(AnalyseText) : self.clnb = len(self.corpus.lc) self.parametres['clnb'] = self.clnb Rscript = self.printRscript2() - self.doR(Rscript) + self.doR(Rscript, dlg = self.dlg, message = 'profils et A.F.C. ...') self.time = time() - self.t1 minutes, seconds = divmod(self.time, 60) hours, minutes = divmod(minutes, 60)