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)