Package

org.mitre.jcarafe

tagger

Permalink

package tagger

Visibility
  1. Public
  2. All

Type Members

  1. abstract class Mode extends AnyRef

    Permalink
  2. class SemiSupervisedTaggerTask extends StdTaggerTask

    Permalink
  3. class StdTaggerTask extends AnyRef

    Permalink
  4. abstract class TaggerTask[Obs] extends AnyRef

    Permalink
  5. abstract class UtteranceLabelingTask extends TaggerTask[String]

    Permalink

Value Members

  1. object Basic extends Mode with Product with Serializable

    Permalink
  2. object GenericTagger

    Permalink

    Entry point to a generic tagger application.

    Entry point to a generic tagger application. This application invokes both trainers and decoders that can each operate on two different input formats: JSON standoff or as plain TEXT with inline tags.

  3. object Json extends Mode with Product with Serializable

    Permalink
  4. object TaggerTask

    Permalink
  5. object Text extends Mode with Product with Serializable

    Permalink

Ungrouped