gr.demokritos.iit.jinsect.events
Class TextPreprocessorAdapter

java.lang.Object
  extended by gr.demokritos.iit.jinsect.events.TextPreprocessorAdapter
All Implemented Interfaces:
TextPreprocessorListener
Direct Known Subclasses:
TextSpectralSpellPreprocessor

public class TextPreprocessorAdapter
extends java.lang.Object
implements TextPreprocessorListener


Constructor Summary
TextPreprocessorAdapter()
           
 
Method Summary
 java.lang.String preprocess(java.lang.String sText)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

TextPreprocessorAdapter

public TextPreprocessorAdapter()
Method Detail

preprocess

public java.lang.String preprocess(java.lang.String sText)
Specified by:
preprocess in interface TextPreprocessorListener