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

A rule with a set of exceptional suffixes.
Inheritance: Rule
Afficher le fichier Open project: apache/lucenenet

Protected Properties

Свойство Type Description
exceptions char[][]

Méthodes publiques

Méthode Description
Matches ( char s, int len ) : bool
RuleWithSuffixExceptions ( string suffix, int min, string replacement, string exceptions ) : System

Method Details

Matches() public méthode

public Matches ( char s, int len ) : bool
s char
len int
Résultat bool

RuleWithSuffixExceptions() public méthode

public RuleWithSuffixExceptions ( string suffix, int min, string replacement, string exceptions ) : System
suffix string
min int
replacement string
exceptions string
Résultat System

Property Details

exceptions protected_oe property

protected char[][] exceptions
Résultat char[][]