Package

org.clulab.processors

clu

Permalink

package clu

Visibility
  1. Public
  2. All

Type Members

  1. class BioCluProcessor extends CluProcessor

    Permalink
  2. class CluProcessor extends Processor with Configured

    Permalink

    Processor that uses only tools that are under Apache License Currently supports: tokenization (in-house), lemmatization (Morpha, copied in our repo to minimize dependencies), POS tagging (in-house BiMEMM), dependency parsing (ensemble of Malt models)

  3. class CluProcessorWithStanford extends CluProcessor

    Permalink
  4. trait SentencePostProcessor extends AnyRef

    Permalink
  5. trait TokenizerPostProcessor extends AnyRef

    Permalink
  6. trait TokenizerPreProcessor extends AnyRef

    Permalink

Value Members

  1. object CluProcessor

    Permalink
  2. object CluShell

    Permalink

    An interactive shell for CluProcessor User: mihais Date: 8/2/17

  3. package bio

    Permalink
  4. package sequences

    Permalink
  5. package syntax

    Permalink
  6. package tokenizer

    Permalink

Ungrouped