edu.arizona.sista.processors

shallownlp

package shallownlp

Visibility
  1. Public
  2. All

Type Members

  1. class ShallowNLPProcessor extends Processor

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

    A Processor using only shallow analysis: tokenization, lemmatization, POS tagging, and NER. All implemented using Stanford's CoreNLP tools. User: mihais Date: 2/25/15

Ungrouped