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

A rule with a set of exceptional suffixes.
Inheritance: Rule
Datei anzeigen Open project: apache/lucenenet

Protected Properties

Property Type Description
exceptions char[][]

Public Methods

Method Description
Matches ( char s, int len ) : bool
RuleWithSuffixExceptions ( 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

RuleWithSuffixExceptions() public method

public RuleWithSuffixExceptions ( 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 char[][] exceptions
return char[][]