RiTa
index
Name RiTa.isSentenceEnd()
Class RiTa
Description Returns true if 'currentWord' is the final word of a sentence.

This is a simplified version of the OAK/JET sentence splitter method.

Syntax
RiTa.isSentenceEnd(currentWord, nextWord);
Returns boolean
Usage Web & Application    [static]
Related