Serialized Form
Package com.sun.labs.minion |
filters
java.util.List<E> filters
nTested
int nTested
nPassed
int nPassed
val
java.lang.Object val
freq
int freq
encoding
java.lang.String encoding
- The encoding for the file
exactPath
java.lang.String exactPath
- The exact path that we were passed, so we can handle things that aren't
files, like zip archives.
term
java.lang.String term
- The term represented by this posting.
freq
int freq
- The frequency of the term.
fieldName
java.lang.String fieldName
weight
float weight
Package com.sun.labs.minion.classification |
type
int type
- The type of weight that we'll return.
- See Also:
ContingencyFeature.MUTUAL_INFORMATION
,
ContingencyFeature.CHI_SQUARED
a
int a
- The number of documents in the class that contain this feature.
b
int b
- The number of documents not in the class that contain this
feature.
c
int c
- The number of documents in the class that don't contain
this feature.
d
int d
- The number of documents not in the class that
don't contain this feature.
N
int N
- The total number of documents.
weightCalculated
boolean weightCalculated
- Whether we've already calculated the weight.
docIDs
java.util.Set<E> docIDs
name
java.lang.String name
- The name of the feature.
id
int id
- The ID for the feature, used when doing postings.
freq
int freq
- The frequency of the feature.
weight
float weight
- The weight associated with the feature.
Package com.sun.labs.minion.document.tokenizer |
specialConstructor
boolean specialConstructor
- This variable determines which constructor was used to create
this object and thereby affects the semantics of the
"getMessage" method (see below).
currentToken
Token currentToken
- This is the last token that has been consumed successfully. If
this object has been created due to a parse error, the token
followng this token will (therefore) be the first error token.
expectedTokenSequences
int[][] expectedTokenSequences
- Each entry in this array is an array of integers. Each array
of integers represents a sequence of tokens (by their ordinal
values) that is expected at this point of the parse.
tokenImage
java.lang.String[] tokenImage
- This is a reference to the "tokenImage" array of the generated
parser within which the parse error occurred. This array is
defined in the generated ...Constants interface.
eol
java.lang.String eol
- The end of line string for this machine.
errorCode
int errorCode
- Indicates the reason why the exception is thrown. It will have
one of the above 4 values.
Package com.sun.labs.minion.indexer.entry |
dke
DocKeyEntry dke
Package com.sun.labs.minion.lexmorph |
exV1
Value exV1
exMaybenounphrase
ATNPhraseExtractor.NounPhrase exMaybenounphrase
exDeterminer
Value exDeterminer
exDirectory
java.lang.String exDirectory
exCapcode
Value exCapcode
exArgs
java.lang.Object exArgs
exWstring
java.lang.String exWstring
exCapcode
Value exCapcode
exSelectedState
com.sun.labs.minion.lexmorph.State exSelectedState
Package com.sun.labs.minion.lexmorph.disambiguation |
term
java.lang.String term
- The term.
name
java.lang.String name
- The name of this sense.
pvs
java.util.Map<K,V> pvs
- A map from words to the log probability of this sense, given a
particular vocabulary item.
ps
float ps
- The log probability of this sense.
term
java.lang.String term
- The term we're disambiguating.
field
java.lang.String field
senses
java.util.List<E> senses
- The senses making up this disambiguator.
vocab
java.util.Set<E> vocab
- The total set of terms across all senses.
Package com.sun.labs.minion.retrieval |
keyName
java.lang.String keyName
- The name of the key, which will survive transport.
v
WeightedFeature[] v
- An array to hold the features that make up our vector. This array
must be ordered by feature name!
length
float length
- The length of this document vector.
normalized
boolean normalized
- Whether we've been normalized.
field
java.lang.String field
fieldID
int fieldID
keys
java.util.List<E> keys
Package com.sun.labs.minion.retrieval.cache |
engine
SearchEngine engine
wf
WeightingFunction wf
wc
WeightingComponents wc
m
java.util.Map<K,V> m
engine
SearchEngine engine
wf
WeightingFunction wf
wc
WeightingComponents wc
tsm
java.util.Map<K,V> tsm
Package com.sun.labs.minion.retrieval.parser |
specialConstructor
boolean specialConstructor
- This variable determines which constructor was used to create
this object and thereby affects the semantics of the
"getMessage" method (see below).
currentToken
Token currentToken
- This is the last token that has been consumed successfully. If
this object has been created due to a parse error, the token
followng this token will (therefore) be the first error token.
expectedTokenSequences
int[][] expectedTokenSequences
- Each entry in this array is an array of integers. Each array
of integers represents a sequence of tokens (by their ordinal
values) that is expected at this point of the parse.
tokenImage
java.lang.String[] tokenImage
- This is a reference to the "tokenImage" array of the generated
parser within which the parse error occurred. This array is
defined in the generated ...Constants interface.
eol
java.lang.String eol
- The end of line string for this machine.
errorCode
int errorCode
- Indicates the reason why the exception is thrown. It will have
one of the above 4 values.
Package com.sun.labs.minion.util |
lraSize
int lraSize
- The number of items to be held in the cache. If the size is less
than 0, no elements will ever be removed.