C# 클래스 ABB.Swum.NullStemmer

This is a "null" stemmer. It does not actually do any stemming, but just returns the original word unaltered.
상속: Stemmer
파일 보기 프로젝트 열기: abb-iss/Swum.NET

공개 메소드들

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

Returns the supplied word unchanged.

메소드 상세

Stem() 공개 메소드

Returns the supplied word unchanged.
public Stem ( string word ) : string
word string The word to stem.
리턴 string