#Author: Pierre Ratinaud
-#Copyright (c) 20010 Pierre Ratinaud
+#Copyright (c) 20010-2013 Pierre Ratinaud
#Lisense: GNU/GPL
for progpath in progpaths :
rpath = os.path.join(progpath, "R")
if os.path.exists(rpath) :
- for i in range(7,20):
+ for i in range(13,20):
for j in range(0,15):
path=os.path.join(rpath,"R-2."+str(i)+"."+str(j),'bin','R.exe')
if os.path.exists(path):
+++ /dev/null
-[paths]
-PROFILE_OUT: profiles.txt
-ANTIPRO_OUT: antiprofiles.txt
-AFC3DS_OUT : AFC3D.jpeg
-AFC2DS_OUT: AFC2D1.jpeg
-AFC3DBC_OUT: AFC3DBC.jpeg
-AFC3DC_OUT: AFC3DCoul.jpeg
-AFC3DP_OUT: AFC3DP.jpeg
-AFC2DL_OUT: AFC2DL.jpeg
-AFC2DSL_OUT: AFC2DSL.jpeg
-AFC2DCL_OUT: AFC2DCL.jpeg
-AFC2DR_OUT: AFC2DR.jpeg
-DENDROC_OUT: DENDROCoul.jpeg
-DENDROH_OUT: DENDROH.jpeg
-DENDROT_OUT: DENDROT.jpeg
-DENDROCOMP_OUT: DENDROCOMP.jpeg
-DENDROCUT_OUT: DENDROCUT.jpeg
-RESULT_CHD: resultats-chd.html
-RESULT_AFC: resultats-afc.html
-RESULT_AFC3D: resultats-afc3d.html
-AFCROUT: C3_AFC.txt
-CONT_OUT: classe_mod.csv
-FILE_ACT_TEMP: fileACTtemp.csv
-FILE_ET_TEMP: fileETtemp.csv
-
-[Resultats]
-AntiProfiles: True
#nombre de formes par uce, 0=calcul automatique
nbforme_uce = 0\r
#nombre maximum de formes actives
-max_actives = 1500
+max_actives = 3000
#lemmatisation
lem = True\r
#taille du premier tableau uc/forme
-tailleuc1 = 10\r
+tailleuc1 = 12\r
#nombre de classes terminales de l'analyse, NE PAS EDITER
nbcl = 4\r
#taille du second tableau uc/forme
-tailleuc2 = 12\r
+tailleuc2 = 14\r
#mode de classification, 0=double sur UC, 1=simple sur UCE, 2=simple sur UCI
classif_mode = 0
#?????
#ne pas editer
gpl-en = gpl-2.0.txt
name = iramuteq
-copyright = (c) 2008-2012 Pierre Ratinaud
+copyright = (c) 2008-2013 Pierre Ratinaud
author = Pierre Ratinaud
gpl-fr = gpl-2.0-fr.txt
dev = Pierre Ratinaud (ratinaud@univ-tlse2.fr);Sebastien Dejean