com.groupdocs.search.dictionaries

Class EnglishWordFormsProvider

    • Constructor Detail

      • EnglishWordFormsProvider

        public EnglishWordFormsProvider()

        Initializes a new instance of the EnglishWordFormsProvider class.

    • Method Detail

      • getWordForms

        public final String[] getWordForms(String word)

        Gets the word forms for the specified word. The resulting array does not contain the original word.

        Specified by:
        getWordForms in interface IWordFormsProvider
        Parameters:
        word - The word to suggest the word forms.
        Returns:
        The word forms for the specified word or empty array if the IWordFormsProvider does not provide word forms for the specified word.