Package

org.clulab.processors

clu

Permalink

package clu

Visibility
  1. Public
  2. All

Type Members

  1. class BioCluProcessor extends CluProcessor

    Permalink

    Same as CluProcessor but it includes custom tokenization and NER for the bio domain

  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) for universal dependencies

  3. class CluProcessorWithStanford extends CluProcessor

    Permalink

    Same as CluProcessor but using Stanford dependencies

  4. class PortugueseCluProcessor extends CluProcessor

    Permalink

    CluProcessor for Portuguese

  5. trait SentencePostProcessor extends AnyRef

    Permalink
  6. class SpanishCluProcessor extends CluProcessor

    Permalink

    CluProcessor for Spanish

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