Spell Checker
v1.0
スペルチェック用のシンプルで効率的な C ライブラリ
1.0
バッシュ:
./speller [dictionary] text
コマンドライン:
./speller.exe [dictionary] text
./speller
または./speller.exe
: 出力ファイル名
[dictionary]
: 辞書ファイル(オプション)
text
: チェック対象のテキストファイル
0
正常に実行されました
1
無効な引数が指定されました
2
メモリからの辞書のロード/アンロードに失敗しました
3
テキストファイル(PATH指定)のオープンに失敗しました
ファイルの場所: src/include/Dictionary.h
インクルード: #include "include/Dictionary.h"
bool check(const char* word)
bool load(const char* dictionary)
unsigned int size(void)
bool unload(void)