C# Class Lucene.Net.Analysis.Pt.RSLPStemmerBase.RuleWithSetExceptions

A rule with a set of whole-word exceptions.
Inheritance: Rule
Datei anzeigen Open project: apache/lucenenet

Protected Properties

Property Type Description
exceptions CharArraySet

Public Methods

Method Description
Matches ( char s, int len ) : bool
RuleWithSetExceptions ( string suffix, int min, string replacement, string exceptions ) : System

Method Details

Matches() public method

public Matches ( char s, int len ) : bool
s char
len int
return bool

RuleWithSetExceptions() public method

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

Property Details

exceptions protected_oe property

protected CharArraySet exceptions
return CharArraySet