public class Span
extends Object
implements Cloneable
Modifier and Type | Field and Description |
---|---|
int |
end
Word position of the span end
|
int |
rank
Rank - zero for top hit, 1 for next, etc.
|
float |
score
Score of the span
|
int |
start
Word position of the span start
|
Constructor and Description |
---|
Span() |
Modifier and Type | Method and Description |
---|---|
Object |
clone()
Make an exact copy of this Span
|