Qizx fe-4.4p2 API

com.qizx.api.fulltext
Interface Stemmer


public interface Stemmer

Produces a stem from a word.

An implementation is likely to be language-specific.


Method Summary
 char[] stem(char[] token)
          Computes a stem from a word token.
 

Method Detail

stem

char[] stem(char[] token)
Computes a stem from a word token.

Parameters:
token - word to be stemmed
Returns:
a character array representing the stem, or the input token itself if it cannot be stemmed.

© 2010 Axyana Software