edu.stanford.nlp.process
Class NumberProcessor
java.lang.Object
|
+--edu.stanford.nlp.process.DocumentProcessor
|
+--edu.stanford.nlp.process.NumberProcessor
- All Implemented Interfaces:
- Processor
- public class NumberProcessor
- extends DocumentProcessor
Processor
whose process
method converts a
numbers to the word "*NUMBER*"
- Author:
- Sepandar Kamvar (sdkamvar@stanford.edu)
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
NumberProcessor
public NumberProcessor()
Stanford NLP Group