CSE494
Class CSE494Analyser

java.lang.Object
  |
  +--com.lucene.analysis.Analyzer
        |
        +--CSE494.CSE494Analyser

public class CSE494Analyser
extends com.lucene.analysis.Analyzer


Constructor Summary
CSE494Analyser()
           
 
Method Summary
 com.lucene.analysis.TokenStream tokenStream(java.io.Reader reader)
          Method to Stem the tokens and remove stop words.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

CSE494Analyser

public CSE494Analyser()
Method Detail

tokenStream

public final com.lucene.analysis.TokenStream tokenStream(java.io.Reader reader)
Method to Stem the tokens and remove stop words.
Overrides:
tokenStream in class com.lucene.analysis.Analyzer