PHP 클래스 TeamTNT\TNTSearch\Stemmer\GermanStemmer

References: - http://snowball.tartarus.org/algorithms/porter/stemmer.html - http://snowball.tartarus.org/algorithms/german/stemmer.html Usage: $stem = GermanStemmer::stem($word);
저자: Aris Buzachis ([email protected])
저자: Pascal Landau ([email protected])
상속: implements TeamTNT\TNTSearch\Stemmer\Stemmer
파일 보기 프로젝트 열기: teamtnt/tntsearch 1 사용 예제들

공개 메소드들

메소드 설명
stem ( string $word ) : string Gets the stem of $word.

비공개 메소드들

메소드 설명
getR ( string $word ) Find R1 and R2
getStem ( $word ) : string
step0a ( string $word ) : string Replaces to protect some characters
step0b ( string $word ) : string Undo the initial replaces
step1 ( $word )
step2 ( $word )
step3 ( $word )

메소드 상세

stem() 공개 정적인 메소드

Gets the stem of $word.
public static stem ( string $word ) : string
$word string
리턴 string