C# Class Nuve.Stemming.StatisticalStemmer

Inheritance: IStemmer
Afficher le fichier Open project: hrzafer/nuve

Méthodes publiques

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

Method Details

GetStem() public méthode

public GetStem ( string word ) : string
word string
Résultat string

StatisticalStemmer() public méthode

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