modification du calcul du tableau etoiles/classe : les variables uniques sont éliminés
[iramuteq] / chemins.py
index e448064..b441a32 100644 (file)
@@ -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'),
@@ -146,6 +145,8 @@ def ConstructDicoPath(AppliPath):
         'swedish_exp' :  os.path.join(BasePath, 'expression_sw.txt'),
         'portuguese' : os.path.join(BasePath, 'lexique_pt.txt'),
         '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'),
     }
     return DictPath
 
@@ -220,7 +221,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]),