Package

org.clulab.processors

shallownlp

Permalink

package shallownlp

Visibility
  1. Public
  2. All

Type Members

  1. class ShallowNLPProcessor extends Processor

    Permalink

    A Processor using only shallow analysis: tokenization, lemmatization, POS tagging, and NER.

    A Processor using only shallow analysis: tokenization, lemmatization, POS tagging, and NER. Tokenization is ours. All others implemented using Stanford's CoreNLP tools. User: mihais Date: 2/25/15 Last Modified: Update for Scala 2.12: java converters. Last modified 06/11/2018: Switched to our internal tokenizer

Value Members

  1. object ShallowNLPProcessor

    Permalink

Ungrouped