X-Git-Url: http://iramuteq.org/git?p=iramuteq;a=blobdiff_plain;f=chemins.py;h=18ce8e8f7ce7005282e52421d2d123fa0abf639e;hp=b7c288d722999502b71bb2c5d981aba9ffb0a1dc;hb=ab23968410d4e2eff482fd16a639801b457d5063;hpb=22cd27b2bbe9ab1ffa7ef06fa764b5147ae17dad diff --git a/chemins.py b/chemins.py index b7c288d..18ce8e8 100644 --- a/chemins.py +++ b/chemins.py @@ -118,6 +118,9 @@ def ConstructConfigPath(AppliPath, user=True): '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 @@ -139,6 +142,12 @@ def ConstructDicoPath(AppliPath): 'german_exp' : os.path.join(BasePath, 'expression_de.txt'), 'italian' : os.path.join(BasePath, 'lexique_it.txt'), 'italian_exp' : os.path.join(BasePath, 'expression_it.txt'), + 'swedish' : os.path.join(BasePath, 'lexique_sw.txt'), + '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 @@ -276,3 +285,15 @@ def construct_simipath(pathout): 'corpus' : os.path.join(pathout, 'corpus.db'), } return d + +simipath = {'mat01' : 'mat01.csv', + 'matsimi' : 'matsimi.csv', + 'eff' : 'eff.csv', + 'RData' : 'RData.RData', + 'liste_graph' :'liste_graph.txt', + 'ira' : 'Analyse.ira', + 'film' : '', + 'db' : 'analyse.db', + 'corpus' : 'corpus.db', + } +