marf.nlp.Stemming
Interface IStemming

All Known Implementing Classes:
Stemming, StemmingEN

public interface IStemming

General Stemming Interface.

$Id: IStemming.java,v 1.1 2005/06/12 23:09:37 mokhov Exp $

Since:
0.3.0
Version:
$Revision: 1.1 $
Author:
Serguei Mokhov

Field Summary
static java.lang.String MARF_INTERFACE_CODE_REVISION
          Interface source code revision.
 
Method Summary
 int stem()
          General stem method the derivatives must implement.
 

Field Detail

MARF_INTERFACE_CODE_REVISION

static final java.lang.String MARF_INTERFACE_CODE_REVISION
Interface source code revision.

See Also:
Constant Field Values
Method Detail

stem

int stem()
General stem method the derivatives must implement.

Returns:
number of stems produced