Toggle navigation
Hot Examples
KO
EN
RU
DE
FR
ES
PT
IT
JP
ZH
KO
C#
PHP
C#
Java
Go
C++
Python
JS
TS
검색
홈
Nuve
Stemming
StatisticalStemmer
C# 클래스 Nuve.Stemming.StatisticalStemmer
상속:
IStemmer
파일 보기
프로젝트 열기: hrzafer/nuve
공개 메소드들
메소드
설명
GetStem
(
string
word
) :
string
StatisticalStemmer
(
NGramModel
model
,
Nuve.Lang.WordAnalyzer
analyzer
) :
System.Collections.Generic
메소드 상세
GetStem()
공개
메소드
public
GetStem
(
string
word
) :
string
word
string
리턴
string
StatisticalStemmer()
공개
메소드
public
StatisticalStemmer
(
NGramModel
model
,
Nuve.Lang.WordAnalyzer
analyzer
) :
System.Collections.Generic
model
Nuve.NGrams.NGramModel
analyzer
Nuve.Lang.WordAnalyzer
리턴
System.Collections.Generic