class SegTokenPair
extends java.lang.Object
SegGraph
Modifier and Type | Field and Description |
---|---|
char[] |
charArray |
int |
from
index of the first token in
SegGraph |
int |
to
index of the second token in
SegGraph |
double |
weight |
Constructor and Description |
---|
SegTokenPair(char[] idArray,
int from,
int to,
double weight) |
Modifier and Type | Method and Description |
---|---|
boolean |
equals(java.lang.Object obj) |
int |
hashCode() |