|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectweka.deduping.blocking.TokenInstanceOccurrence
A lightweight object for storing information about an occurrence of a token (a.k.a word, term) in a record.
Field Summary | |
int |
count
The number of times it occurs in the Document |
InstanceReference |
instanceRef
A reference to the Document where it occurs |
Constructor Summary | |
TokenInstanceOccurrence(InstanceReference instanceRef,
int count)
Create an occurrence with these values |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
public InstanceReference instanceRef
public int count
Constructor Detail |
public TokenInstanceOccurrence(InstanceReference instanceRef, int count)
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |