Documentation
¶
Overview ¶
Package spellchecker provides spellcheck functionality
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type SpellChecker ¶
type SpellChecker struct {
// contains filtered or unexported fields
}
SpellChecker describe me!
func New ¶
func New( index suggest.NGramIndex, model lm.LanguageModel, tokenizer analysis.Tokenizer, dict dictionary.Dictionary, ) *SpellChecker
New creates a new instance of spellchecker
Click to show internal directories.
Click to hide internal directories.