edu.stanford.nlp.process
Class LowercaseProcessor

java.lang.Object
  extended byedu.stanford.nlp.process.FunctionProcessor
      extended byedu.stanford.nlp.process.LowercaseProcessor
All Implemented Interfaces:
Processor

public class LowercaseProcessor
extends FunctionProcessor

Processor whose process method converts a collection of mixed-case Words to a collection of lowercase Words.

Author:
Sepandar Kamvar (sdkamvar@stanford.edu)

Field Summary
 
Fields inherited from class edu.stanford.nlp.process.FunctionProcessor
appliable
 
Constructor Summary
LowercaseProcessor()
           
 
Methods inherited from class edu.stanford.nlp.process.FunctionProcessor
process
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

LowercaseProcessor

public LowercaseProcessor()


Stanford NLP Group