edu.stanford.nlp.tagger.maxent
Class ExtractorFrames

java.lang.Object
  |
  +--edu.stanford.nlp.tagger.maxent.ExtractorFrames

public class ExtractorFrames
extends Object

This is an important class for the tagger. The static eFrames contains an array of all Extractors that are used to define features. If you want to add a new Extractor, you should add it to the array eFrames.


Field Summary
static Extractor allTaggerOutputs
           
static Extractor cTag
           
static Extractor cWord
           
static Extractor[] eFrames
           
static Extractor firstTaggern2Tags
           
static Extractor firstTaggernTag
           
static Extractor firstTaggerOutput
           
static Extractor lastVerb
           
static Extractor lastVerbDist
           
static Extractor lastVerbPT
           
static Extractor lastVerbThat
           
static Extractor lastVerbVB
           
static Extractor lastVerbVBN
           
static Extractor next2WordClass
           
static Extractor nextNextWordClass
           
static Extractor nextNNC
           
static Extractor nextTag
           
static Extractor nextTwoTags
           
static Extractor nextWord
           
static Extractor nextWordClass
           
static Extractor prevTag
           
static Extractor prevTagWord
           
static Extractor prevTwoTags
           
static Extractor prevWord
           
static Extractor secondTaggerOutput
           
static int size
           
static Extractor thirdTaggerOutput
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

cWord

public static Extractor cWord

cTag

public static Extractor cTag

prevTag

public static Extractor prevTag

prevTwoTags

public static Extractor prevTwoTags

nextTwoTags

public static Extractor nextTwoTags

prevTagWord

public static Extractor prevTagWord

nextWord

public static Extractor nextWord

prevWord

public static Extractor prevWord

lastVerb

public static Extractor lastVerb

lastVerbVB

public static Extractor lastVerbVB

lastVerbVBN

public static Extractor lastVerbVBN

lastVerbThat

public static Extractor lastVerbThat

nextNNC

public static Extractor nextNNC

lastVerbPT

public static Extractor lastVerbPT

lastVerbDist

public static Extractor lastVerbDist

nextTag

public static Extractor nextTag

nextWordClass

public static Extractor nextWordClass

nextNextWordClass

public static Extractor nextNextWordClass

next2WordClass

public static Extractor next2WordClass

firstTaggerOutput

public static Extractor firstTaggerOutput

secondTaggerOutput

public static Extractor secondTaggerOutput

thirdTaggerOutput

public static Extractor thirdTaggerOutput

firstTaggernTag

public static Extractor firstTaggernTag

firstTaggern2Tags

public static Extractor firstTaggern2Tags

allTaggerOutputs

public static Extractor allTaggerOutputs

eFrames

public static Extractor[] eFrames

size

public static int size


Stanford NLP Group