public class EnglishWordFormsProvider extends Object implements IWordFormsProvider
Represents English word forms provider.
Constructor and Description |
---|
EnglishWordFormsProvider()
Initializes a new instance of the
EnglishWordFormsProvider class. |
public EnglishWordFormsProvider()
Initializes a new instance of the EnglishWordFormsProvider
class.
public final String[] getWordForms(String word)
Gets the word forms for the specified word. The resulting array does not contain the original word.
getWordForms
in interface IWordFormsProvider
word
- The word to suggest the word forms.IWordFormsProvider
does not provide word forms for the specified word.Copyright © 2018. All rights reserved.