JavaScript is disabled on your browser.
Skip navigation links
Overview
Module
Package
Class
Use
Tree
Deprecated
Index
Help
Summary:
Nested |
Field |
Constr |
Method
Detail:
Field |
Constr |
Method
SEARCH:
Module
datarush.analytics
Package
com.pervasive.datarush.analytics.text.stemmer
Interface Stemmer
public interface
Stemmer
Interface for a stemmer.
Method Summary
All Methods
Instance Methods
Abstract Methods
Modifier and Type
Method
Description
String
stem
(
String
word)
Stems a word.
Method Details
stem
String
stem
(
String
word)
Stems a word.
Parameters:
word
- the word to stem
Returns:
the stemmed word