Uses of Class
org.tartarus.snowball.SnowballProgram

Packages that use SnowballProgram
org.apache.lucene.analysis.snowball TokenFilter and Analyzer implementations that use Snowball stemmers. 
org.tartarus.snowball Snowball stemmer API. 
org.tartarus.snowball.ext Autogenerated snowball stemmer implementations. 
 

Uses of SnowballProgram in org.apache.lucene.analysis.snowball
 

Constructors in org.apache.lucene.analysis.snowball with parameters of type SnowballProgram
SnowballFilter(TokenStream input, SnowballProgram stemmer)
           
 

Uses of SnowballProgram in org.tartarus.snowball
 

Fields in org.tartarus.snowball declared as SnowballProgram
 SnowballProgram Among.methodobject
           
 

Methods in org.tartarus.snowball with parameters of type SnowballProgram
protected  void SnowballProgram.copy_from(SnowballProgram other)
           
 

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

Uses of SnowballProgram in org.tartarus.snowball.ext
 

Subclasses of SnowballProgram in org.tartarus.snowball.ext
 class ArmenianStemmer
          This class was automatically generated by a Snowball to Java compiler It implements the stemming algorithm defined by a snowball script.
 class BasqueStemmer
          This class was automatically generated by a Snowball to Java compiler It implements the stemming algorithm defined by a snowball script.
 class CatalanStemmer
          This class was automatically generated by a Snowball to Java compiler It implements the stemming algorithm defined by a snowball script.
 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 German2Stemmer
          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 IrishStemmer
          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 KpStemmer
          This class was automatically generated by a Snowball to Java compiler It implements the stemming algorithm defined by a snowball script.
 class LovinsStemmer
          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 © 2000-2014 Apache Software Foundation. All Rights Reserved.