# Functions
NewChecker creates a spell checker from multiple Hunspell-compatible dictionaries.
UsingDictionary loads the given Hunspell-compatible dictionary.
UsingDictionaryByPath loads the given Hunspell-compatible dictionary using the given local paths.
WithDefault specifies if Vale's default dictionary should be loaded.
WithPath specifies the location of Hunspell-compatible dictionaries.
# Type aliases
A CheckerOption is a setting that changes the checker-creation process.