Documentation
¶
Overview ¶
Package spell provides spell checking via the hunspell binary.
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func InstallHint ¶
func InstallHint() string
InstallHint returns a platform-specific hint for installing hunspell.
func IsAvailable ¶
func IsAvailable() bool
IsAvailable reports whether hunspell is installed and accessible via PATH.
Types ¶
type Checker ¶
type Checker struct {
// contains filtered or unexported fields
}
Checker wraps hunspell for spell checking.
func (*Checker) AddPersonal ¶
AddPersonal appends word to the personal dictionary file.
Click to show internal directories.
Click to hide internal directories.