org.clulab.processors.shallownlp

Type members

Classlikes

class ShallowNLPProcessor(val tokenizerPostProcessor: Option[TokenizerStep], val internStrings: Boolean, val withChunks: Boolean, val withRelationExtraction: Boolean) extends Processor

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

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

Companion:
object
Companion:
class