C# 클래스 Lucene.Net.Analysis.Pt.RSLPStemmerBase.RuleWithSetExceptions

A rule with a set of whole-word exceptions.
상속: Rule
파일 보기 프로젝트 열기: apache/lucenenet

보호된 프로퍼티들

프로퍼티 타입 설명
exceptions CharArraySet

공개 메소드들

메소드 설명
Matches ( char s, int len ) : bool
RuleWithSetExceptions ( string suffix, int min, string replacement, string exceptions ) : System

메소드 상세

Matches() 공개 메소드

public Matches ( char s, int len ) : bool
s char
len int
리턴 bool

RuleWithSetExceptions() 공개 메소드

public RuleWithSetExceptions ( string suffix, int min, string replacement, string exceptions ) : System
suffix string
min int
replacement string
exceptions string
리턴 System

프로퍼티 상세

exceptions 보호되어 있는 프로퍼티

protected CharArraySet exceptions
리턴 CharArraySet