C# Class porter.Stemmer

Datei anzeigen Open project: xuld/AI-Robot Class Usage Examples

Public Methods

Method Description
Stemmer ( ) : System
ToString ( ) : string
add ( char ch ) : void
add ( char w, int wLen ) : void
getResultBuffer ( ) : char[]
getResultLength ( ) : int
stem ( ) : void

Private Methods

Method Description
cons ( int i ) : bool
cvc ( int i ) : bool
doublec ( int j ) : bool
ends ( String s ) : bool
m ( ) : int
r ( String s ) : void
setto ( String s ) : void
step1 ( ) : void
step2 ( ) : void
step3 ( ) : void
step4 ( ) : void
step5 ( ) : void
step6 ( ) : void
vowelinstem ( ) : bool

Method Details

Stemmer() public method

public Stemmer ( ) : System
return System

ToString() public method

public ToString ( ) : string
return string

add() public method

public add ( char ch ) : void
ch char
return void

add() public method

public add ( char w, int wLen ) : void
w char
wLen int
return void

getResultBuffer() public method

public getResultBuffer ( ) : char[]
return char[]

getResultLength() public method

public getResultLength ( ) : int
return int

stem() public method

public stem ( ) : void
return void