|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
ST - The type of solution produced by the decode method.public interface KeyDecoder<ST extends Solution>
Interface for decoders that extract the gold (true) values, or keys, from a document.
| Method Summary | |
|---|---|
ST |
decode(Doc doc)
Decodes a document. |
| Methods inherited from interface edu.illinois.cs.cogcomp.lbj.coref.decoders.SolutionDecoder |
|---|
setOption |
| Method Detail |
|---|
ST decode(Doc doc)
decode in interface SolutionDecoder<ST extends Solution>doc - The document to decode.
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||