Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
Types ¶
type Entry ¶
type QueryResult ¶
type QueryResult struct {
SpellingIsCorrect bool
Entries []Entry `yaml:"entries"`
Spellings []string `yaml:"spellings"`
}
func (*QueryResult) FilterByTypes ¶ added in v0.1.0
func (q *QueryResult) FilterByTypes(entryTypes ...string) *QueryResult
type Spellcheck ¶
type Spellcheck struct {
Suggestions []Suggestion
}
func ParseSpellcheck ¶
func ParseSpellcheck(htmlTextReader io.Reader) (*Spellcheck, error)
type Suggestion ¶
Click to show internal directories.
Click to hide internal directories.