|
Parsing Engine | |||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use ModelCollection | |
---|---|
danbikel.parser | Provides the core framework of this extensible statistical parsing engine. |
Uses of ModelCollection in danbikel.parser |
---|
Fields in danbikel.parser declared as ModelCollection | |
---|---|
protected ModelCollection |
DecoderServer.modelCollection
The model collection used by this decoder server. |
protected ModelCollection |
Trainer.modelCollection
The set of Model objects and other resources that describe
an entire parsing model. |
Methods in danbikel.parser that return ModelCollection | |
---|---|
static ModelCollection |
Trainer.loadModelCollection(ObjectInputStream ois)
Loads the ModelCollection from the specified file. |
static ModelCollection |
Trainer.loadModelCollection(String objectInputFilename)
Loads the ModelCollection from the specified file. |
protected ModelCollection |
Trainer.newModelCollection()
Returns a new instance of ModelCollection . |
Methods in danbikel.parser with parameters of type ModelCollection | |
---|---|
static void |
AnalyzeDisns.analyzeModWordDisn(ModelCollection mc,
String eventStr)
A debugging method for analyzing a particular event in the modifier word model. |
static void |
PrintDisn.printLogProbDisn(PrintWriter writer,
ModelCollection mc,
Model model,
int level,
Event hist,
Set futures,
Transition tmpTrans)
Prints the log-probability distribution of the specified event at the specified back-off level of the specified model to the specified writer. |
|
Parsing Engine | |||||||||
PREV NEXT | FRAMES NO FRAMES |