Uses of Interface
edu.columbia.cs.ref.tool.io.Writable

Packages that use Writable
edu.columbia.cs.ref.model   
edu.columbia.cs.ref.tool.collection.splitter   
edu.columbia.cs.ref.tool.collection.splitter.impl   
 

Uses of Writable in edu.columbia.cs.ref.model
 

Classes in edu.columbia.cs.ref.model that implement Writable
 class Document
          Representation of a Document.
 class TokenizedDocument
          Particular type of Document that went through a tokenization process.
 

Uses of Writable in edu.columbia.cs.ref.tool.collection.splitter
 

Classes in edu.columbia.cs.ref.tool.collection.splitter with type parameters of type Writable
 class Splitter<E extends Writable>
          Interface for a Splitter

A splitter is a utility that is not directly used in a relationship extraction process but that is very useful for evaluation purposes.
 

Uses of Writable in edu.columbia.cs.ref.tool.collection.splitter.impl
 

Classes in edu.columbia.cs.ref.tool.collection.splitter.impl with type parameters of type Writable
 class KFoldSplitter<E extends Writable>
          This class is an implementation of the splitter interface for the K-fold cross-validation method.