C# Class Lucene.Net.Analysis.BR.BrazilianStemmer

Mostra file Open project: synhershko/lucene.net Class Usage Examples

Public Methods

Method Description
BrazilianStemmer ( )
Log ( ) : string
Stem ( string term ) : string

Private Methods

Method Description
changeTerm ( string value ) : string
createCT ( string term ) : void
getR1 ( string value ) : string
getRV ( string value ) : string
isIndexable ( string term ) : bool
isStemmable ( string term ) : bool
isVowel ( char value ) : bool
removeSuffix ( string value, string toRemove ) : string
replaceSuffix ( string value, string toReplace, string changeTo ) : string
step1 ( ) : bool
step2 ( ) : bool
step3 ( ) : void
step4 ( ) : void
step5 ( ) : void
suffix ( string value, string suffix ) : bool
suffixPreceded ( string value, string _suffix, string preceded ) : bool

Method Details

BrazilianStemmer() public method

public BrazilianStemmer ( )

Log() public method

public Log ( ) : string
return string

Stem() public method

public Stem ( string term ) : string
term string The term that should be stemmed.
return string