X-Git-Url: http://iramuteq.org/git?p=iramuteq;a=blobdiff_plain;f=chemins.py;h=847e5c72aae70bfcebe4e48c559a97be3f16a146;hp=18ce8e8f7ce7005282e52421d2d123fa0abf639e;hb=5d84083b41b807307732adb78e1be7fd3e3ff004;hpb=ab23968410d4e2eff482fd16a639801b457d5063 diff --git a/chemins.py b/chemins.py index 18ce8e8..847e5c7 100644 --- a/chemins.py +++ b/chemins.py @@ -117,7 +117,6 @@ def ConstructConfigPath(AppliPath, user=True): 'path': os.path.join(ConfigPath, 'path.cfg'), 'preferences' : os.path.join(ConfigPath, 'iramuteq.cfg'), 'pam' : os.path.join(ConfigPath, 'pam.cfg'), - 'history' : os.path.join(ConfigPath, 'history.db'), 'corpus' : os.path.join(ConfigPath, 'corpus.cfg'), 'stat' : os.path.join(ConfigPath, 'stat.cfg'), 'simitxt' : os.path.join(ConfigPath, 'simitxt.cfg'), @@ -148,6 +147,8 @@ def ConstructDicoPath(AppliPath): 'portuguese_exp': os.path.join(BasePath, 'expression_pt.txt'), 'greek' : os.path.join(BasePath, 'lexique_gr.txt'), 'greek_exp' : os.path.join(BasePath, 'expression_gr.txt'), + 'spanish' : os.path.join(BasePath, 'lexique_sp.txt'), + 'spanish_exp' : os.path.join(BasePath, 'expression_sp.txt'), } return DictPath @@ -222,7 +223,6 @@ ChdTxtPathOut = {'TableUc1': 'TableUc1.csv', 'R3DCoul': ffr(tempfile.mkstemp(prefix='iramuteq')[1]), 'RESULT_CHD': 'resultats-chd.html', 'RESULT_AFC': 'resultats-afc.html', - 'Act01': 'Act01.csv', 'Et01': 'Et01.csv', 'Rchdquest':ffr(tempfile.mkstemp(prefix='iramuteq')[1]), 'RTxtProfGraph':ffr(tempfile.mkstemp(prefix='iramuteq')[1]), @@ -273,18 +273,16 @@ def StatTxtPathOut(pathout): } return d -def construct_simipath(pathout): - d = {'mat01' : ffr(os.path.join(pathout, 'mat01.csv')), - 'matsimi' : ffr(os.path.join(pathout, 'matsimi.csv')), - 'eff' : ffr(os.path.join(pathout, 'eff.csv')), - 'RData' : ffr(os.path.join(pathout, 'RData.RData')), - 'liste_graph' : os.path.join(pathout, 'liste_graph.txt'), - 'ira' : os.path.join(pathout, 'Analyse.ira'), - 'film' : ffr(pathout), - 'db' : os.path.join(pathout, 'analyse.db'), - 'corpus' : os.path.join(pathout, 'corpus.db'), - } - return d +#def construct_simipath(pathout): +# d = {'mat01' : 'mat01.csv', +# 'matsimi' : 'matsimi.csv', +# 'eff' : 'eff.csv', +# 'RData' : 'RData.RData', +# 'liste_graph' : 'liste_graph.txt', +# 'ira' : 'Analyse.ira', +# 'film' : '', +# 'db' : 'analyse.db', +# } simipath = {'mat01' : 'mat01.csv', 'matsimi' : 'matsimi.csv',