| 
 | Terrier IR Platform 2.2.1 | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectuk.ac.gla.terrier.terms.PorterStemmer
uk.ac.gla.terrier.terms.WeakPorterStemmer
public class WeakPorterStemmer
An implementation of the Porter stemming algorithm that uses only the first step of the algorithm.
| Field Summary | 
|---|
| Fields inherited from class uk.ac.gla.terrier.terms.PorterStemmer | 
|---|
| b | 
| Constructor Summary | |
|---|---|
| WeakPorterStemmer(TermPipeline next) | |
| Method Summary | |
|---|---|
|  java.lang.String | stem(java.lang.String s)Returns the stem of a given term, after applying the first step of Porter's stemming algorithm. | 
| Methods inherited from class uk.ac.gla.terrier.terms.PorterStemmer | 
|---|
| main, processTerm | 
| Methods inherited from class java.lang.Object | 
|---|
| equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait | 
| Constructor Detail | 
|---|
public WeakPorterStemmer(TermPipeline next)
| Method Detail | 
|---|
public java.lang.String stem(java.lang.String s)
stem in class PorterStemmers - String the term to be stemmed.
| 
 | Terrier IR Platform 2.2.1 | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||