C# Class Nuve.Stemming.StatisticalStemmer

Inheritance: IStemmer
Mostra file Open project: hrzafer/nuve

Public Methods

Method Description
GetStem ( string word ) : string
StatisticalStemmer ( NGramModel model, Nuve.Lang.WordAnalyzer analyzer ) : System.Collections.Generic

Method Details

GetStem() public method

public GetStem ( string word ) : string
word string
return string

StatisticalStemmer() public method

public StatisticalStemmer ( NGramModel model, Nuve.Lang.WordAnalyzer analyzer ) : System.Collections.Generic
model Nuve.NGrams.NGramModel
analyzer Nuve.Lang.WordAnalyzer
return System.Collections.Generic