public class EnglishWordFormsProvider extends Object implements IWordFormsProvider
Learn more
| Constructor and Description |
|---|
EnglishWordFormsProvider()
Initializes a new instance of the
EnglishWordFormsProvider class. |
| Modifier and Type | Method and Description |
|---|---|
String[] |
getWordForms(String word)
Gets the word forms for the specified word.
|
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 IWordFormsProviderword - The word to suggest the word forms.IWordFormsProvider does not provide word forms for the specified word.Copyright © 2026. All rights reserved.