|
||||||||||
| 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<MentionSolution>
edu.illinois.cs.cogcomp.lbj.coref.decoders.MentionDecoder
public abstract class MentionDecoder
A decoder that translates a document into a MentionSolution.
Decoding is stateless, meaning that the same decoder can be used
multiple times.
| Field Summary |
|---|
| Fields inherited from class edu.illinois.cs.cogcomp.lbj.coref.decoders.DecoderWithOptions |
|---|
m_options, m_train |
| Constructor Summary | |
|---|---|
MentionDecoder()
|
|
| Method Summary | |
|---|---|
abstract MentionSolution |
decode(Doc doc)
Override to translate a document into a MentionSolution. |
| 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 MentionDecoder()
| Method Detail |
|---|
public abstract MentionSolution decode(Doc doc)
MentionSolution.
decode in interface SolutionDecoder<MentionSolution>decode in class DecoderWithOptions<MentionSolution>doc - A document.
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||