@Deprecated public abstract class AbstractEndOfSentenceScanner extends Object implements EndOfSentenceScanner
Constructor and Description |
---|
AbstractEndOfSentenceScanner()
Deprecated.
|
Modifier and Type | Method and Description |
---|---|
List<Integer> |
getPositions(char[] cbuf)
Deprecated.
The receiver scans `cbuf' for sentence ending characters and
returns their offsets.
|
List<Integer> |
getPositions(String s)
Deprecated.
The receiver scans the specified string for sentence ending characters and
returns their offsets.
|
List<Integer> |
getPositions(StringBuffer buf)
Deprecated.
The receiver scans `buf' for sentence ending characters and
returns their offsets.
|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
getEndOfSentenceCharacters
public List<Integer> getPositions(String s)
EndOfSentenceScanner
getPositions
in interface EndOfSentenceScanner
s
- a String
valueList
of Integer objects.public List<Integer> getPositions(StringBuffer buf)
EndOfSentenceScanner
getPositions
in interface EndOfSentenceScanner
buf
- a StringBuffer
valueList
of Integer objects.public List<Integer> getPositions(char[] cbuf)
EndOfSentenceScanner
getPositions
in interface EndOfSentenceScanner
cbuf
- a char[]
valueList
of Integer objects.Copyright © 2015 The Apache Software Foundation. All rights reserved.