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

A rule with a set of whole-word exceptions.
Inheritance: Rule
Afficher le fichier Open project: apache/lucenenet

Protected Properties

Свойство Type Description
exceptions CharArraySet

Méthodes publiques

Méthode Description
Matches ( char s, int len ) : bool
RuleWithSetExceptions ( 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

RuleWithSetExceptions() public méthode

public RuleWithSetExceptions ( 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 CharArraySet exceptions
Résultat CharArraySet