X-Git-Url: http://iramuteq.org/git?a=blobdiff_plain;f=chemins.py;h=44f092b202d0a74a606b830b3633bd533f983241;hb=585be25e4c896f0209c6f87c4ccf05cf395faec0;hp=9c5dee7a40e4a7c2bf30726d403b0c5aa923f179;hpb=eaa044d1147e26b82942ce56d5965c83fdddf069;p=iramuteq diff --git a/chemins.py b/chemins.py index 9c5dee7..44f092b 100644 --- a/chemins.py +++ b/chemins.py @@ -77,7 +77,7 @@ class PathOut : f = os.path.join(self.dirout, self.d[key]).replace('\\', '\\\\') return normpath_win32(f) #return os.path.join(self.dirout, self.d[key]).replace('\\', '\\\\') - + def getF(self, key) : return self.__getitem__(key).replace('\\', '/') @@ -290,7 +290,7 @@ ChdTxtPathOut = {'TableUc1': 'TableUc1.csv', 'prof_type' : 'profil_type.csv', 'antiprof_type' : 'antiprof_type.csv', 'type_cl' : 'type_cl.csv', - 'db' : 'analyse.db', + 'db' : 'analyse'#.db, } def StatTxtPathOut(pathout): @@ -314,7 +314,7 @@ def StatTxtPathOut(pathout): 'afct_col_csv': ffr(os.path.join(pathout, 'afct_col.csv')), 'afct_facteur_csv': ffr(os.path.join(pathout, 'afct_facteur.csv')), 'ira' : ffr(os.path.join(pathout, 'Analyse.ira')), - 'db' : os.path.join(pathout, 'analyse.db'), + 'db' : os.path.join(pathout, 'analyse'), 'zipf' : ffr(os.path.join(pathout, 'zipf.png')), } return d @@ -338,7 +338,7 @@ simipath = {'mat01' : 'mat01.csv', 'liste_graph' :'liste_graph.txt', 'ira' : 'Analyse.ira', 'film' : '', - 'db' : 'analyse.db', + 'db' : 'analyse', 'corpus' : 'corpus.db', }