marf.nlp.Stemming
Interface IStemming

All Known Implementing Classes:
Stemming

public interface IStemming

General Stemming Interface.

$Id: IStemming.java,v 1.2 2006/01/06 22:20:13 mokhov Exp $

Since:
0.3.0.3
Version:
$Revision: 1.2 $
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

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

See Also:
Constant Field Values
Method Detail

stem

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

Returns:
number of stems produced


SourceForge Logo