...
authorPierre <ratinaud@univ-tlse2.fr>
Wed, 30 Jan 2013 22:31:51 +0000 (23:31 +0100)
committerPierre <ratinaud@univ-tlse2.fr>
Wed, 30 Jan 2013 22:31:51 +0000 (23:31 +0100)
Rscripts/afc_graph.R
checkinstall.py
configuration/CHD.cfg [deleted file]
configuration/alceste.cfg
configuration/global.cfg

index eb7da8c..64e05d6 100644 (file)
@@ -1,5 +1,5 @@
 #Author: Pierre Ratinaud
 #Author: Pierre Ratinaud
-#Copyright (c) 20010 Pierre Ratinaud
+#Copyright (c) 20010-2013 Pierre Ratinaud
 #Lisense: GNU/GPL
 
 
 #Lisense: GNU/GPL
 
 
index 927f847..9dac15e 100644 (file)
@@ -100,7 +100,7 @@ def FindRPAthWin32():
         for progpath in progpaths :
             rpath = os.path.join(progpath, "R")
         if os.path.exists(rpath) :
         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):
                 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):
diff --git a/configuration/CHD.cfg b/configuration/CHD.cfg
deleted file mode 100644 (file)
index 50ce586..0000000
+++ /dev/null
@@ -1,27 +0,0 @@
-[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
index 6b9c954..591f045 100644 (file)
@@ -4,15 +4,15 @@ mincl = 0
 #nombre de formes par uce, 0=calcul automatique
 nbforme_uce = 0\r
 #nombre maximum de formes actives
 #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
 #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
 #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
 #?????
 #mode de classification, 0=double sur UC, 1=simple sur UCE, 2=simple sur UCI
 classif_mode = 0
 #?????
index c21ece7..864a3d3 100644 (file)
@@ -2,7 +2,7 @@
 #ne pas editer
 gpl-en = gpl-2.0.txt
 name = iramuteq
 #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
 author = Pierre Ratinaud
 gpl-fr = gpl-2.0-fr.txt
 dev = Pierre Ratinaud (ratinaud@univ-tlse2.fr);Sebastien Dejean