| Name | Modified | Size | Downloads / Week |
|---|---|---|---|
| Parent folder | |||
| fleche_montante_8.png | 2011-12-08 | 1.2 kB | |
| fleche_montante_6.png | 2011-12-08 | 1.2 kB | |
| fleche_montante_7.png | 2011-12-08 | 1.2 kB | |
| fleche_montante_5.png | 2011-12-08 | 1.2 kB | |
| fleche_montante_4.png | 2011-12-08 | 1.2 kB | |
| fleche_montante_3.png | 2011-12-08 | 1.2 kB | |
| fleche_montante_2.png | 2011-12-08 | 1.2 kB | |
| fleche_montante_1.png | 2011-12-08 | 1.1 kB | |
| fleche_descendante.png | 2011-12-08 | 1.2 kB | |
| fleched.png | 2011-12-08 | 898 Bytes | |
| bouton_fermer.png | 2011-12-08 | 898 Bytes | |
| Totals: 11 Items | 12.5 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