| Interface | Description | 
|---|---|
| Stemmer | 
 The stemmer is reducing a word to its stem. 
 | 
| Class | Description | 
|---|---|
| PorterStemmer | 
 Stemmer, implementing the Porter Stemming Algorithm
 The Stemmer class transforms a word into its root form. 
 | 
Copyright © 2020 The Apache Software Foundation. All rights reserved.