edu.stanford.nlp.process
Class LowercaseProcessor
java.lang.Object
|
+--edu.stanford.nlp.process.DocumentProcessor
|
+--edu.stanford.nlp.process.LowercaseProcessor
- All Implemented Interfaces:
- Processor
- public class LowercaseProcessor
- extends DocumentProcessor
Processor
whose process
method Converts a
collection of mixed-case Words to a collection of lowercase Words.
- Author:
- Sepandar Kamvar (sdkamvar@stanford.edu)
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
LowercaseProcessor
public LowercaseProcessor()
Stanford NLP Group