Package

org.clulab.processors

clu

Permalink

package clu

Visibility
  1. Public
  2. All

Type Members

  1. 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, NER, chunking, dependency parsing - using our MTL architecture (dep parsing coming soon)

  2. class CluShell extends Shell

    Permalink

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

  3. case class EmbeddingsAttachment(embeddings: ConstEmbeddingParameters) extends IntermediateDocumentAttachment with Product with Serializable

    Permalink
  4. class GivenConstEmbeddingsAttachment extends BeforeAndAfter

    Permalink
  5. class PortugueseCluProcessor extends CluProcessor

    Permalink

    CluProcessor for Portuguese

  6. trait SentencePostProcessor extends AnyRef

    Permalink
  7. class SpanishCluProcessor extends CluProcessor

    Permalink

    CluProcessor for Spanish

Value Members

  1. object CluProcessor

    Permalink
  2. object CluShell

    Permalink
  3. object GivenConstEmbeddingsAttachment

    Permalink
  4. object RestoreCase extends App

    Permalink

    Restores the case for tokens stored in the first column in a CoNLL-formatted file

  5. package tokenizer

    Permalink

Ungrouped