public class TokenInfo
extends java.lang.Object
Modifier and Type | Field and Description |
---|---|
double |
idf
The IDF (inverse document frequency) factor for this token
which indicates how much to weight an occurence.
|
java.util.List<TokenOccurrence> |
occList
A list of TokenOccurences giving documents where this
token occurs
|
Constructor and Description |
---|
TokenInfo()
Create an initially empty data structure
|
public double idf
public java.util.List<TokenOccurrence> occList