MacOSSpellChecker
macOS implementation of NativeSpellChecker.
Uses NSSpellChecker via JNA bindings to provide spell checking on macOS.
Properties
Functions
Link copied to clipboard
Adds a word to the user dictionary.
Link copied to clipboard
Checks the spelling of the provided text.
Link copied to clipboard
Gets spelling suggestions for a misspelled word.
Link copied to clipboard
Ignores a word for this session.
Link copied to clipboard
Checks if a single word is spelled correctly.
Link copied to clipboard
Removes a word previously added via addToDictionary. Best-effort: platforms whose native API does not expose a remove operation should log a warning and no-op.