org.clulab.processors.fastnlp

Type members

Classlikes

class FastNLPProcessor(tokenizerPostProcessor: Option[TokenizerStep], internStrings: Boolean, withChunks: Boolean, withRelationExtraction: Boolean, withDiscourse: Int) extends ShallowNLPProcessor with OpenIEAnnotator

Fast NLP tools Extends ShallowNLP with a dependency parser based on the Stanford NN dependency parser This means that constituent trees and coreference (which depends on constituent syntax) are not available The default setting is to use the Stanford parser with "basic" dependencies User: mihais Date: 1/4/14 Last Modified: Update for Scala 2.12: java converters.

Fast NLP tools Extends ShallowNLP with a dependency parser based on the Stanford NN dependency parser This means that constituent trees and coreference (which depends on constituent syntax) are not available The default setting is to use the Stanford parser with "basic" dependencies User: mihais Date: 1/4/14 Last Modified: Update for Scala 2.12: java converters.

Companion:
object
Companion:
class
class FastNLPProcessorWithSemanticRoles(tokenizerPostProcessor: Option[TokenizerStep], internStrings: Boolean, withChunks: Boolean, withRelationExtraction: Boolean, withDiscourse: Int) extends FastNLPProcessor

Adds SRL functionality to FastNLPProcessor

Adds SRL functionality to FastNLPProcessor