Toggle navigation
Hot Examples
EN
EN
RU
DE
FR
ES
PT
IT
JP
ZH
KO
C#
PHP
C#
Java
Go
C++
Python
JS
TS
Search
Home
Nuve
Stemming
StatisticalStemmer
C# Class Nuve.Stemming.StatisticalStemmer
Inheritance:
IStemmer
Show 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