Uses of Class
com.nexwave.stemmer.snowball.SnowballProgram

Packages that use SnowballProgram
com.nexwave.stemmer.snowball   
com.nexwave.stemmer.snowball.ext   
 

Uses of SnowballProgram in com.nexwave.stemmer.snowball
 

Subclasses of SnowballProgram in com.nexwave.stemmer.snowball
 class SnowballStemmer
           
 

Fields in com.nexwave.stemmer.snowball declared as SnowballProgram
 SnowballProgram Among.methodobject
           
 

Methods in com.nexwave.stemmer.snowball with parameters of type SnowballProgram
protected  void SnowballProgram.copy_from(SnowballProgram other)
           
 

Constructors in com.nexwave.stemmer.snowball with parameters of type SnowballProgram
Among(String s, int substring_i, int result, String methodname, SnowballProgram methodobject)
           
 

Uses of SnowballProgram in com.nexwave.stemmer.snowball.ext
 

Subclasses of SnowballProgram in com.nexwave.stemmer.snowball.ext
 class danishStemmer
          This class was automatically generated by a Snowball to Java compiler It implements the stemming algorithm defined by a snowball script.
 class dutchStemmer
          This class was automatically generated by a Snowball to Java compiler It implements the stemming algorithm defined by a snowball script.
 class EnglishStemmer
          This class was automatically generated by a Snowball to Java compiler It implements the stemming algorithm defined by a snowball script.
 class finnishStemmer
          This class was automatically generated by a Snowball to Java compiler It implements the stemming algorithm defined by a snowball script.
 class FrenchStemmer
          This class was automatically generated by a Snowball to Java compiler It implements the stemming algorithm defined by a snowball script.
 class GermanStemmer
          This class was automatically generated by a Snowball to Java compiler It implements the stemming algorithm defined by a snowball script.
 class hungarianStemmer
          This class was automatically generated by a Snowball to Java compiler It implements the stemming algorithm defined by a snowball script.
 class italianStemmer
          This class was automatically generated by a Snowball to Java compiler It implements the stemming algorithm defined by a snowball script.
 class norwegianStemmer
          This class was automatically generated by a Snowball to Java compiler It implements the stemming algorithm defined by a snowball script.
 class porterStemmer
          This class was automatically generated by a Snowball to Java compiler It implements the stemming algorithm defined by a snowball script.
 class portugueseStemmer
          This class was automatically generated by a Snowball to Java compiler It implements the stemming algorithm defined by a snowball script.
 class romanianStemmer
          This class was automatically generated by a Snowball to Java compiler It implements the stemming algorithm defined by a snowball script.
 class russianStemmer
          This class was automatically generated by a Snowball to Java compiler It implements the stemming algorithm defined by a snowball script.
 class spanishStemmer
          This class was automatically generated by a Snowball to Java compiler It implements the stemming algorithm defined by a snowball script.
 class swedishStemmer
          This class was automatically generated by a Snowball to Java compiler It implements the stemming algorithm defined by a snowball script.
 class turkishStemmer
          This class was automatically generated by a Snowball to Java compiler It implements the stemming algorithm defined by a snowball script.
 



Copyright © 2013. All Rights Reserved.