接口 Stemmer

所有超级接口:
RevisionHandler, Serializable
所有已知实现类:
IteratedLovinsStemmer, LovinsStemmer, NullStemmer, SnowballStemmer

public interface Stemmer extends Serializable, RevisionHandler
Interface for all stemming algorithms.
版本:
$Revision: 1.3 $
作者:
FracPete (fracpete at waikato dot ac dot nz)
  • 方法概要

    修饰符和类型
    方法
    说明
    stem(String word)
    Stems the given word and returns the stemmed version

    从接口继承的方法 weka.core.RevisionHandler

    getRevision
  • 方法详细资料

    • stem

      String stem(String word)
      Stems the given word and returns the stemmed version
      参数:
      word - the unstemmed word
      返回:
      the stemmed word