edu.stanford.nlp.pipeline
Class TokensRegexAnnotator.Options

java.lang.Object
  extended by edu.stanford.nlp.pipeline.TokensRegexAnnotator.Options
Enclosing class:
TokensRegexAnnotator

public static class TokensRegexAnnotator.Options
extends java.lang.Object


Field Summary
 boolean extractWithTokens
           
 boolean flatten
           
 java.lang.Class matchedExpressionsAnnotationKey
           
 boolean setTokenOffsets
           
 
Constructor Summary
TokensRegexAnnotator.Options()
           
 
Method Summary
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

matchedExpressionsAnnotationKey

public java.lang.Class matchedExpressionsAnnotationKey

setTokenOffsets

public boolean setTokenOffsets

extractWithTokens

public boolean extractWithTokens

flatten

public boolean flatten
Constructor Detail

TokensRegexAnnotator.Options

public TokensRegexAnnotator.Options()


Stanford NLP Group