corrections...
[iramuteq] / chemins.py
index ec4ab2d..18ce8e8 100644 (file)
@@ -119,6 +119,8 @@ def ConstructConfigPath(AppliPath, user=True):
         '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'),
     }
     return DictConfigPath
 
@@ -144,6 +146,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