X-Git-Url: http://iramuteq.org/git?p=iramuteq;a=blobdiff_plain;f=chemins.py;h=3b3ee170fe4517c697a5a9a42a218924e4f00d68;hp=ec4ab2d1226e0d6ee95273b62afc250641d10237;hb=7f5e0ba6ece181a04d872a7b6eeb2f13b33aa455;hpb=0bb1e9556fdbb07e171b663ffcea149692a8a49f diff --git a/chemins.py b/chemins.py index ec4ab2d..3b3ee17 100644 --- a/chemins.py +++ b/chemins.py @@ -117,8 +117,9 @@ 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'), } return DictConfigPath @@ -144,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