marf.nlp.Stemming
Class Stemming

java.lang.Object
  extended by marf.nlp.Stemming.Stemming
All Implemented Interfaces:
IStemming
Direct Known Subclasses:
StemmingEN

public abstract class Stemming
extends java.lang.Object
implements IStemming

General Stemmer. Must be subclassed by a language-specific stemmers. If they can't, they must implement IStemming.

TODO: implement.

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

Since:
0.3.0.2
Version:
$Revision: 1.12 $
Author:
Serguei Mokhov

Field Summary
 
Fields inherited from interface marf.nlp.Stemming.IStemming
MARF_INTERFACE_CODE_REVISION
 
Constructor Summary
Stemming()
           
 
Method Summary
static java.lang.String getMARFSourceCodeRevision()
          Returns source code revision information.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 
Methods inherited from interface marf.nlp.Stemming.IStemming
stem
 

Constructor Detail

Stemming

public Stemming()
Method Detail

getMARFSourceCodeRevision

public static java.lang.String getMARFSourceCodeRevision()
Returns source code revision information.

Returns:
revision string


SourceForge Logo