HFST - Helsinki Finite-State Transducer Technology - C++ API  version 3.9.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 <transducer.h>

Public Member Functions

bool check (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.

CorrectionQueue correct ( char *  line)

Return a priority queue of corrections of line.


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