C# 클래스 ABB.Swum.Stemmer

Determines the stem of a given word.
파일 보기 프로젝트 열기: abb-iss/Swum.NET

공개 메소드들

메소드 설명
Stem ( string word ) : string

Returns the stem of the given word.

메소드 상세

Stem() 공개 추상적인 메소드

Returns the stem of the given word.
public abstract Stem ( string word ) : string
word string The word to stem.
리턴 string