swishej
Class AddAnE

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

class AddAnE
extends java.lang.Object
implements StemCond


Constructor Summary
(package private) AddAnE()
           
 
Method Summary
 boolean cond(java.lang.String word, java.lang.Integer[] endp)
          Rule 122 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

AddAnE

AddAnE()
Method Detail

cond

public boolean cond(java.lang.String word,
                    java.lang.Integer[] endp)
Rule 122 applies only to a root with this characteristic. Check for size of 1 and a 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 adding an e, false otherwise.


Contact: Christian.Werner@t-online.de