Package

org.clulab.processors

fastnlp

Permalink

package fastnlp

Visibility
  1. Public
  2. All

Type Members

  1. class Dependency extends AnyRef

    Permalink
  2. class FastNLPProcessor extends ShallowNLPProcessor

    Permalink

    Fast NLP tools Extends ShallowNLP with a dependency parser based on maltparser or the Stanford NN dependency parser This means that constituent trees and coreference, which depends on that, are not available The default setting is to use the Stanford parser with "basic" dependencies Malt produces ONLY Stanford "basic" dependencies, rather than "collapsed" ones User: mihais Date: 1/4/14

Value Members

  1. object EvaluateMalt

    Permalink

    Evaluates a model produced by TrainMalt User: mihais Date: 1/5/14

  2. object FastNLPProcessor

    Permalink
  3. object TrainMalt

    Permalink

    Trains maltparser with basic Stanford dependencies, using LR from liblinear User: mihais Date: 1/4/14

Ungrouped