Toggle navigation
Hot Examples
KO
EN
RU
DE
FR
ES
PT
IT
JP
ZH
KO
C#
PHP
C#
Java
Go
C++
Python
JS
TS
검색
홈
mergedServices
Language
C# 클래스 mergedServices.Language
파일 보기
프로젝트 열기: sherifkandeel/weet-it_WCF
공개 메소드들
메소드
설명
Language
( ) :
System
getStems
(
string
word
) :
List
getSynonyoms
(
string
word
) :
List
메소드 상세
Language()
공개
메소드
public
Language
( ) :
System
리턴
System
getStems()
공개
메소드
public
getStems
(
string
word
) :
List
word
string
리턴
List
getSynonyoms()
공개
메소드
public
getSynonyoms
(
string
word
) :
List
word
string
리턴
List