Interface SpellcheckingEngine
-
@API(type=NOT_EXTENDABLE, src=PUBLIC) public interface SpellcheckingEngine
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description java.util.List<SpellCheckingProblemInfoWithSuggestions>
check(java.util.List<TextChunkDescriptor> text)
Check a list of text chunks for spell checking errors.
-
-
-
Method Detail
-
check
java.util.List<SpellCheckingProblemInfoWithSuggestions> check(java.util.List<TextChunkDescriptor> text)
Check a list of text chunks for spell checking errors.- Parameters:
text
- The list of text descriptors to check.- Returns:
- The list of identified spell checking problems.
- Since:
- 21
-
-