Interface SentenceDetector

    • Method Detail

      • sentDetect

        String[] sentDetect​(String s)
        Sentence detect a string.
        Parameters:
        s - The string to be sentence detected.
        Returns:
        The String[] with the individual sentences as the array elements.
      • sentPosDetect

        Span[] sentPosDetect​(String s)
        Sentence detect a string.
        Parameters:
        s - The string to be sentence detected.
        Returns:
        The Span[] with the spans (offsets into s) for each detected sentence as the individuals array elements.