|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectcc.mallet.fst.Transducer
cc.mallet.fst.CRF
cc.mallet.fst.MEMM
public class MEMM
A Maximum Entropy Markov Model.
| Nested Class Summary | |
|---|---|
static class |
MEMM.State
|
protected static class |
MEMM.TransitionIterator
|
| Nested classes/interfaces inherited from class cc.mallet.fst.CRF |
|---|
CRF.Factors |
| Nested classes/interfaces inherited from class cc.mallet.fst.Transducer |
|---|
Transducer.Incrementor |
| Field Summary |
|---|
| Fields inherited from class cc.mallet.fst.CRF |
|---|
cachedNumParametersStamp, featureInducers, featureSelections, globalFeatureSelection, initialStates, inputAlphabet, name2state, numParameters, outputAlphabet, parameters, states, weightsStructureChangeStamp, weightsValueChangeStamp |
| Fields inherited from class cc.mallet.fst.Transducer |
|---|
CERTAIN_WEIGHT, IMPOSSIBLE_WEIGHT, inputPipe, outputPipe |
| Constructor Summary | |
|---|---|
MEMM(Alphabet inputAlphabet,
Alphabet outputAlphabet)
|
|
MEMM(CRF crf)
|
|
MEMM(Pipe inputPipe,
Pipe outputPipe)
|
|
| Method Summary | |
|---|---|
protected CRF.State |
newState(java.lang.String name,
int index,
double initialWeight,
double finalWeight,
java.lang.String[] destinationNames,
java.lang.String[] labelNames,
java.lang.String[][] weightNames,
CRF crf)
|
| Methods inherited from class cc.mallet.fst.Transducer |
|---|
averageTokenAccuracy, canIterateAllTransitions, generatePath, getInputPipe, getMaxLatticeFactory, getOutputPipe, getSumLatticeFactory, isGenerative, label, less_efficient_sumLogProb, no_longer_needed_sumNegLogProb, setMaxLatticeFactory, setSumLatticeFactory, stateIndexOfString, sumLogProb, transduce, transduce |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public MEMM(Pipe inputPipe,
Pipe outputPipe)
public MEMM(Alphabet inputAlphabet,
Alphabet outputAlphabet)
public MEMM(CRF crf)
| Method Detail |
|---|
protected CRF.State newState(java.lang.String name,
int index,
double initialWeight,
double finalWeight,
java.lang.String[] destinationNames,
java.lang.String[] labelNames,
java.lang.String[][] weightNames,
CRF crf)
newState in class CRF
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||