Name Modified Size InfoDownloads / Week
Parent folder
contraintes.inc 2011-12-26 112.1 kB
README 2011-12-09 1.0 kB
scripts.js 2011-12-08 2.0 kB
piloter_questionnaire_01_fr.inc 2011-12-08 223 Bytes
questionnaire_04.inc 2011-12-08 70 Bytes
restes_aide_contraintes.inc 2011-12-08 25.2 kB
fonctions_execution.inc 2011-12-08 49.5 kB
parametres_locaux.inc 2011-12-08 1.2 kB
executer_questionnaire_01_fr.inc 2011-12-08 213 Bytes
executer_questionnaire_02_fr.inc 2011-12-08 261 Bytes
executer_oui_non_fr.inc 2011-12-08 9.9 kB
constantes_execution_fr.inc 2011-12-08 17.7 kB
analyser_reponse_oui_non_fr.inc 2011-12-08 93 Bytes
analyser_reponse_partages_fr.inc 2011-12-08 202 Bytes
connexion.inc 2011-12-08 1.1 kB
analyser_reponse_isoles_fr.inc 2011-12-08 200 Bytes
analyser_reponse_multiples_fr.inc 2011-12-08 202 Bytes
aide_piloter_questionnaire_01_fr.inc 2011-12-08 2.4 kB
analyser_reponse_classement_fr.inc 2011-12-08 93 Bytes
aide_executer_questionnaire_01_fr.inc 2011-12-08 2.4 kB
aide_executer_questionnaire_02_fr.inc 2011-12-08 1.9 kB
Totals: 21 Items   227.9 kB 0
README file of directory sibylle/execution/inc
Mainly 
title files for same name php files, 
	as X.php as X_fr.inc where fr is a language
help files for same name php files, 
	as X.php as aide_X_fr.inc where fr is a language
contraintes.inc contains the functions used by the ../coregraphe.php, array of
messages translatable, and array of penalties.

At this date (8/12/2011) coregraphe can be tested alone 
by modifying line 124:
$correction = finales("eaux", "eau", $compte_rendu,"",  1,1,1,"N", "M", "S" );
replacing 
	"eaux" which is the good word by another good word, 
	"eau" by some mistake,
	the first 1 is the value of the word before testing it; in further releases,
	it can be less than 1, due to the application of another functions 
	than finales.
	the second 1 must be set to 1,
	the third 1 is the range of the word in the sentence (forther release)
	N is the nature of the word : N as NOUN or substantive (only   working)
	M is the gender (M or F) : optionnal
	S is the number  (S or P) : optionnal

Source: README, updated 2011-12-09