X-Git-Url: http://www.iramuteq.org/git?a=blobdiff_plain;f=analysetxt.py;h=cf2b23185fefcc6e6a2a5067e9c9895540701319;hb=3da59380dc0b7589b4302a5f3fe9e31ce6362039;hp=cc9948200b6f5cd5f8f077ebb33f964bba55c777;hpb=fe3703f79fdae8d5a6dbc00153d7e34edce9af66;p=iramuteq diff --git a/analysetxt.py b/analysetxt.py index cc99482..cf2b231 100644 --- a/analysetxt.py +++ b/analysetxt.py @@ -50,6 +50,7 @@ class AnalyseText : if not self.parametres.get('dictionary', False) : self.corpus.make_lems(lem=self.parametres['lem']) else : + print 'read new dico' dico = ReadDicoAsDico(self.parametres['dictionary']) self.corpus.make_lems_from_dict(dico, dolem=self.parametres['lem']) dictname = os.path.basename(self.parametres['dictionary'])