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