X-Git-Url: http://iramuteq.org/git?p=iramuteq;a=blobdiff_plain;f=chemins.py;h=6b124ef151d999313ea6fb7beebbfffc44db5d46;hp=57e31c92fee1dcaf53ac44af1b4dbc56d76328bf;hb=2ffa9388c45dce689bb45c1cf6c7ad81d2636409;hpb=12b4b71c8c8feb6154abc04dfa9bb93a521ef789 diff --git a/chemins.py b/chemins.py index 57e31c9..6b124ef 100644 --- a/chemins.py +++ b/chemins.py @@ -62,6 +62,23 @@ def ffr(filename): def FFF(filename): return filename.replace('\\', '/') +RscriptsPath = { + 'Rfunct': 'Rfunct.R', + 'chdfunct': 'chdfunct.R', + 'Rgraph': 'Rgraph.R', + 'plotafcm': 'plotafcm.R', + 'afc_graph' : 'afc_graph.R', + #'CHD': 'CHDPOND.R', + 'CHD': 'CHD.R', + #'CHD' : 'NCHD.R', + 'chdtxt': 'chdtxt.R', + 'chdquest': 'chdquest.R', + 'pamtxt' : 'pamtxt.R', + 'anacor' : 'anacor.R', + #'anacor' : 'Nanacor.R', + 'simi' : 'simi.R', + } + def ConstructRscriptsPath(AppliPath): RScriptsPath = os.path.join(AppliPath, 'Rscripts') #print('@@@@@@@@@@@PONDERATION CHDPOND.R@@@@@@@@@@@@@@@@') @@ -147,6 +164,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