public class NewlineSentenceDetector extends Object implements SentenceDetector
Constructor and Description |
---|
NewlineSentenceDetector() |
public String[] sentDetect(String s)
SentenceDetector
sentDetect
in interface SentenceDetector
s
- The string to be sentence detected.public Span[] sentPosDetect(String s)
SentenceDetector
sentPosDetect
in interface SentenceDetector
s
- The string to be sentence detected.Copyright © 2015 The Apache Software Foundation. All rights reserved.