edu.stanford.nlp.pipeline
Class TrueCaseAnnotator

java.lang.Object
  extended by edu.stanford.nlp.pipeline.TrueCaseAnnotator
All Implemented Interfaces:
Annotator

public class TrueCaseAnnotator
extends java.lang.Object
implements Annotator


Field Summary
static java.lang.String DEFAULT_MODEL_BIAS
           
 
Constructor Summary
TrueCaseAnnotator()
           
TrueCaseAnnotator(boolean verbose)
           
TrueCaseAnnotator(java.lang.String modelLoc, java.lang.String classBias, java.lang.String mixedCaseFileName, boolean verbose)
           
 
Method Summary
 void annotate(Annotation annotation)
           
static java.util.Map<java.lang.String,java.lang.String> loadMixedCaseMap(java.lang.String mapFile)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

DEFAULT_MODEL_BIAS

public static final java.lang.String DEFAULT_MODEL_BIAS
See Also:
Constant Field Values
Constructor Detail

TrueCaseAnnotator

public TrueCaseAnnotator()

TrueCaseAnnotator

public TrueCaseAnnotator(boolean verbose)

TrueCaseAnnotator

public TrueCaseAnnotator(java.lang.String modelLoc,
                         java.lang.String classBias,
                         java.lang.String mixedCaseFileName,
                         boolean verbose)
Method Detail

annotate

public void annotate(Annotation annotation)
Specified by:
annotate in interface Annotator

loadMixedCaseMap

public static java.util.Map<java.lang.String,java.lang.String> loadMixedCaseMap(java.lang.String mapFile)


Stanford NLP Group