HFST - Helsinki Finite-State Transducer Technology - C++ API
version 3.9.1
|
A spellchecker, constructed from two optimized-lookup transducer instances. An alphabet translator is built at construction time. More...
#include <transducer.h>
Public Member Functions | |
bool | check (char *line) |
CorrectionQueue | correct (char *line) |
A spellchecker, constructed from two optimized-lookup transducer instances. An alphabet translator is built at construction time.
bool check | ( | char * | line | ) |
See if line is in the lexicon.
CorrectionQueue correct | ( | char * | line | ) |
Return a priority queue of corrections of line.