Spell Checker
v1.0
Une bibliothèque C simple et efficace pour la vérification orthographique
1.0
Frapper:
./speller [dictionary] text
Ligne de commande :
./speller.exe [dictionary] text
./speller
ou ./speller.exe
: Nom du fichier de sortie
[dictionary]
: Fichier de dictionnaire (facultatif)
text
: Fichier texte à vérifier
0
Exécuté avec succès
1
argument invalide fourni
2
Échec du chargement/déchargement du dictionnaire de la mémoire
3
Échec de l'ouverture du fichier texte (PATH spécifié)
Emplacement du fichier : src/include/Dictionary.h
Inclure : #include "include/Dictionary.h"
bool check(const char* word)
bool load(const char* dictionary)
unsigned int size(void)
bool unload(void)