Interface SentenceDetector

    • Method Detail

      • sentDetect

        String[] sentDetect​(CharSequence s)
        Detects sentences in a character sequence.
        Parameters:
        s - The CharSequence for which sentences shall to be detected.
        Returns:
        The String[] with the individual sentences as the array elements.
      • sentPosDetect

        Span[] sentPosDetect​(CharSequence s)
        Detects sentences in a character sequence.
        Parameters:
        s - The CharSequence for which sentences shall be detected.
        Returns:
        The array of spans (offsets into s) for each detected sentence as the individuals array elements.