Spell Checker
v1.0
Pustaka C Sederhana yang Efisien untuk pemeriksaan ejaan
1.0
Pesta:
./speller [dictionary] text
Baris Perintah:
./speller.exe [dictionary] text
./speller
atau ./speller.exe
: Nama File Keluaran
[dictionary]
: File Kamus (opsional)
text
: File teks yang akan diperiksa
0
Berhasil Dieksekusi
1
Argumen Tidak Valid Disediakan
2
Gagal memuat/membongkar Kamus dari Memori
3
Gagal membuka File Teks (PATH ditentukan)
Lokasi File: src/include/Dictionary.h
Sertakan: #include "include/Dictionary.h"
bool check(const char* word)
bool load(const char* dictionary)
unsigned int size(void)
bool unload(void)