|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectedu.illinois.cs.cogcomp.lbj.coref.decoders.DecoderWithOptions<ST>
edu.illinois.cs.cogcomp.lbj.coref.decoders.ChainSolutionDecoder<ST,CT,ET>
public abstract class ChainSolutionDecoder<ST extends ChainSolution<CT>,CT,ET>
Base class for decoding decisions into chain solutions. This is the base class for coreference decoders. Also provides facilities for setting and getting options.
Field Summary |
---|
Fields inherited from class edu.illinois.cs.cogcomp.lbj.coref.decoders.DecoderWithOptions |
---|
m_options, m_train |
Constructor Summary | |
---|---|
ChainSolutionDecoder()
|
Method Summary | |
---|---|
abstract ST |
decode(Doc doc)
Decodes a document, typically by translating classifier decisions to a solution type. |
java.lang.String |
getStatsString()
Get statistics encoded as a string. |
Methods inherited from class edu.illinois.cs.cogcomp.lbj.coref.decoders.DecoderWithOptions |
---|
getBooleanOption, getOption, getRealOption, processOption, setOption, setOption, setOption, setTrain |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public ChainSolutionDecoder()
Method Detail |
---|
public abstract ST decode(Doc doc)
decode
in interface SolutionDecoder<ST extends ChainSolution<CT>>
decode
in class DecoderWithOptions<ST extends ChainSolution<CT>>
doc
- The document to decode.
public java.lang.String getStatsString()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |