Spell Checker
v1.0
一個簡單有效率的拼字檢查 C 庫
1.0
重擊:
./speller [dictionary] text
命令列:
./speller.exe [dictionary] text
./speller
或./speller.exe
:輸出檔名
[dictionary]
:字典文件(可選)
text
:要檢查的文字文件
0
成功執行
1
提供的參數無效
2
無法從記憶體載入/卸載字典
3
無法開啟文字檔(指定路徑)
檔案位置: 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)