Uses of Class
edu.illinois.cs.cogcomp.lbj.coref.ir.solutions.ChunkSolution

Packages that use ChunkSolution
edu.illinois.cs.cogcomp.lbj.coref.decoders   
 

Uses of ChunkSolution in edu.illinois.cs.cogcomp.lbj.coref.decoders
 

Methods in edu.illinois.cs.cogcomp.lbj.coref.decoders that return ChunkSolution
 ChunkSolution BIODecoder.decode(Doc doc)
          Classifies each word (wrapped in a BIOExample) in a document, starting at the first text word, as beginning ('b'), inside ('i') or outside ('o') a chunk, and decodes these decisions into a list of chunks.
abstract  ChunkSolution ChunkDecoder.decode(Doc doc)
          Translates a document into a set of chunks represented by a ChunkSolution, generally by applying a given classifier.