swishej
Class RemoveAnE

java.lang.Object
  |
  +--swishej.RemoveAnE

class RemoveAnE
extends java.lang.Object
implements StemCond


Constructor Summary
(package private) RemoveAnE()
           
 
Method Summary
 boolean cond(java.lang.String word, java.lang.Integer[] endp)
          Rule 502 applies only to a root with this characteristic.
 
Methods inherited from class java.lang.Object
, clone, equals, finalize, getClass, hashCode, notify, notifyAll, registerNatives, toString, wait, wait, wait
 

Constructor Detail

RemoveAnE

RemoveAnE()
Method Detail

cond

public boolean cond(java.lang.String word,
                    java.lang.Integer[] endp)
Rule 502 applies only to a root with this characteristic. Check for size of 1 and no consonant-vowel-consonant ending.
Specified by:
cond in interface StemCond
Parameters:
word - word to be tested
endp - int array reference for new word end
Returns:
true if the current word meets special conditions for removing an e.


Contact: Christian.Werner@t-online.de