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