org.tartarus.snowball
Class SnowballProgram

java.lang.Object
  extended by org.tartarus.snowball.SnowballProgram
Direct Known Subclasses:
SnowballStemmer

public class SnowballProgram
extends java.lang.Object


Method Summary
 java.lang.String getCurrent()
          Get the current string.
 void setCurrent(java.lang.String value)
          Set the current string.
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Method Detail

setCurrent

public void setCurrent(java.lang.String value)
Set the current string.


getCurrent

public java.lang.String getCurrent()
Get the current string.