gov.nist.nlpir.irf.de.normalize
Class PorterStemmer.RemoveAnE

java.lang.Object
  |
  +--gov.nist.nlpir.irf.de.normalize.PorterStemmer.Condition
        |
        +--gov.nist.nlpir.irf.de.normalize.PorterStemmer.RemoveAnE

class PorterStemmer.RemoveAnE
extends PorterStemmer.Condition


Constructor Summary
(package private) PorterStemmer.RemoveAnE()
           
 
Method Summary
(package private)  boolean condition(java.lang.StringBuffer word)
           
 
Methods inherited from class java.lang.Object
, clone, equals, finalize, getClass, hashCode, notify, notifyAll, registerNatives, toString, wait, wait, wait
 

Constructor Detail

PorterStemmer.RemoveAnE

PorterStemmer.RemoveAnE()
Method Detail

condition

final boolean condition(java.lang.StringBuffer word)
Overrides:
condition in class PorterStemmer.Condition