All Packages  Class Hierarchy  This Package  Previous  Next  Index

Class aid.ir.word.EnglishPorterStemmer

java.lang.Object
   |
   +----aid.ir.word.EnglishPorterStemmer

public class EnglishPorterStemmer
extends Object
implements Stemmer

Constructor Index

 o EnglishPorterStemmer()

Method Index

 o Clean(String)
 o containsVowel(String)
 o cvc(String)
 o getStem(String)
 o hasSuffix(String, String, NewString)
 o measure(String)
 o step1(String)
 o step2(String)
 o step3(String)
 o step4(String)
 o step5(String)
 o stripAffixes(String)
 o stripPrefixes(String)
 o stripSuffixes(String)
 o vowel(char, char)

Constructors

 o EnglishPorterStemmer
 public EnglishPorterStemmer()

Methods

 o getStem
 public String getStem(String word)
 o Clean
 public String Clean(String str)
 o hasSuffix
 public boolean hasSuffix(String word,
                          String suffix,
                          NewString stem)
 o vowel
 public boolean vowel(char ch,
                      char prev)
 o measure
 public int measure(String stem)
 o containsVowel
 public boolean containsVowel(String word)
 o cvc
 public boolean cvc(String str)
 o step1
 public String step1(String str)
 o step2
 public String step2(String str)
 o step3
 public String step3(String str)
 o step4
 public String step4(String str)
 o step5
 public String step5(String str)
 o stripPrefixes
 public String stripPrefixes(String str)
 o stripSuffixes
 public String stripSuffixes(String str)
 o stripAffixes
 public String stripAffixes(String str)

All Packages  Class Hierarchy  This Package  Previous  Next  Index