HFST - Helsinki Finite-State Transducer Technology API  version 3.7.1
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Pages
Public Member Functions | List of all members
Speller Class Reference

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)
 

Detailed Description

A spellchecker, constructed from two optimized-lookup transducer instances. An alphabet translator is built at construction time.

Member Function Documentation

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.


The documentation for this class was generated from the following files: