edu.stanford.nlp.tmt

data

package data

Visibility
  1. Public
  2. All
Impl.
  1. Concrete
  2. Abstract

Type Members

  1. trait Dataset [Item, ID, This] extends AnyRef

    A Dataset is a collection of Items with a function that can return a unique identifier for each item.

  2. trait MultiLabelDataset [Item, Label] extends AnyRef

    A MultiLabelDataset has a set of labels associated with each item, and, optionally an index of labels.

  3. trait TermDataset [Item] extends AnyRef

    A TermDataset has a set of terms associated with each item, and, optionally an index of terms and a tokenizer describing how those terms were created.

Value Members

  1. object Concurrent extends AnyRef

  2. object Dataset extends AnyRef

  3. object Pivot extends AnyRef