|
Parsing Engine | |||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use ProbabilityCache | |
---|---|
danbikel.parser | Provides the core framework of this extensible statistical parsing engine. |
Uses of ProbabilityCache in danbikel.parser |
---|
Fields in danbikel.parser declared as ProbabilityCache | |
---|---|
protected ProbabilityCache |
CachingDecoderServer.cache
The cache used for storing probabilities. |
protected ProbabilityCache[] |
Model.cache
A cache of probability estimates at the various back-off levels of this model, used when Model.precomputeProbs is false . |
protected ProbabilityCache |
Model.topLevelCache
A currently-unused cache of probabilities of TrainerEvent
objects. |
Methods in danbikel.parser that return ProbabilityCache | |
---|---|
ProbabilityCache |
ProbabilityCache.setStrategy(int strategy)
Sets the strategy for replacement when the size limit of this cache has been reached. |
|
Parsing Engine | |||||||||
PREV NEXT | FRAMES NO FRAMES |