X-Git-Url: http://www.iramuteq.org/git?a=blobdiff_plain;f=chemins.py;h=91efc9ad592b818348a305e3850ce0072132b255;hb=94690e4dfeb4c923fd4476cc5f4f93cdcc716327;hp=44f092b202d0a74a606b830b3633bd533f983241;hpb=585be25e4c896f0209c6f87c4ccf05cf395faec0;p=iramuteq diff --git a/chemins.py b/chemins.py index 44f092b..91efc9a 100644 --- a/chemins.py +++ b/chemins.py @@ -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' : os.path.join(pathout, 'analyse.db'), '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' : 'analyse.db', 'corpus' : 'corpus.db', }