Class Hunspell.Dictionary

  • Enclosing class:
    Hunspell

    public class Hunspell.Dictionary
    extends Object
    Class representing a single dictionary.
    • Method Detail

      • destroy

        public void destroy()
        Deallocate the dictionary.
      • getWordChars

        public String getWordChars()
        Used to query what are word-characters
        Returns:
        A string composed of characters that are parts of words, even if they are not alphabetic.
      • misspelled

        public boolean misspelled​(String word)
        Check if a word is spelled correctly
        Parameters:
        word - The word to check.
        Returns:
        true if the word is not correctly spelled