|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
ObjectSpan
public class Span
Data holder to keep track of a single matching span.
| Field Summary | |
|---|---|
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 Summary | |
|---|---|
Span()
|
|
| Method Summary | |
|---|---|
Object |
clone()
Make an exact copy of this Span |
| Methods inherited from class Object |
|---|
equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
|---|
public float score
public int rank
public int start
public int end
| Constructor Detail |
|---|
public Span()
| Method Detail |
|---|
public Object clone()
clone in class Object
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||