Class Range
java.lang.Object
org.tribuo.util.tokens.universal.Range
- All Implemented Interfaces:
CharSequence
A range currently being segmented.
-
Field Summary
Fields -
Method Summary
Modifier and TypeMethodDescriptioncharcharAt(int index) intlength()voidpunct(char p, int start) voidset(char[] buff, int len, int start) voidset(char c1, char c2, int start) voidset(char c, int start) voidsetType(Token.TokenType type) subSequence(int start, int end) toString()Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, waitMethods inherited from interface java.lang.CharSequence
chars, codePoints, isEmpty
-
Field Details
-
buff
-
len
-
start
-
end
-
incr
-
type
-
-
Method Details
-
set
-
set
-
set
-
punct
-
setType
-
length
- Specified by:
lengthin interfaceCharSequence
-
charAt
- Specified by:
charAtin interfaceCharSequence
-
subSequence
- Specified by:
subSequencein interfaceCharSequence
-
toString
-