|
||||||||||
| 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<ChainSolution<CT>>
edu.illinois.cs.cogcomp.lbj.coref.decoders.KeyChainDecoder<CT>
public abstract class KeyChainDecoder<CT>
Decodes a document into a ChainSolution.
| Field Summary |
|---|
| Fields inherited from class edu.illinois.cs.cogcomp.lbj.coref.decoders.DecoderWithOptions |
|---|
m_options, m_train |
| Constructor Summary | |
|---|---|
KeyChainDecoder()
|
|
| Method Summary | |
|---|---|
abstract ChainSolution<CT> |
decode(Doc doc)
Decodes a document into a ChainSolution. |
| 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 |
| Methods inherited from interface edu.illinois.cs.cogcomp.lbj.coref.decoders.SolutionDecoder |
|---|
setOption |
| Constructor Detail |
|---|
public KeyChainDecoder()
| Method Detail |
|---|
public abstract ChainSolution<CT> decode(Doc doc)
ChainSolution.
decode in interface KeyDecoder<ChainSolution<CT>>decode in interface SolutionDecoder<ChainSolution<CT>>decode in class DecoderWithOptions<ChainSolution<CT>>doc - The document to decode.
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||