| | WebCenter Interaction API | |
| IPTSearchResponse.GetCorrectedToken Method |
Returns a single spelling correction for a single misspelled token.
string GetCorrectedToken(
int nMisspellingIndex,
int nCorrectionIndex
);
Parameters
-
nMisspellingIndex
- Index of original token, from 0 to (GetNumMisspelledTokens()-1).
-
nCorrectionIndex
- Index of desired correction, from 0 to (GetNumCorrections(nMisspellingIndex)-1).
Return Value
Corrected token, lowercased.
See Also
IPTSearchResponse Interface | com.plumtree.server Namespace