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)