class SegTokenPair
extends Object
-
-
Constructor Summary
Constructors
SegTokenPair(char[] idArray,
int from,
int to,
double weight)
-
Method Summary
-
Field Details
-
charArray
public char[] charArray
-
-
-
weight
public double weight
-
Constructor Details
-
SegTokenPair
public SegTokenPair(char[] idArray,
int from,
int to,
double weight)
-
Method Details
-
hashCode
public int hashCode()
- Overrides:
hashCode
in class Object
- See Also:
-
-