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

A step containing a list of rules.
Afficher le fichier Open project: apache/lucenenet

Protected Properties

Свойство Type Description
min int
name string
rules Rule[]
suffixes char[][]

Méthodes publiques

Méthode Description
Apply ( char s, int len ) : int
Step ( string name, Rule rules, int min, string suffixes ) : System

Create a new step

Method Details

Apply() public méthode

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

Step() public méthode

Create a new step
public Step ( string name, Rule rules, int min, string suffixes ) : System
name string Step's name.
rules Rule an ordered list of rules.
min int minimum word size. if this is 0 it is automatically calculated.
suffixes string optional list of conditional suffixes. may be null.
Résultat System

Property Details

min protected_oe property

protected int min
Résultat int

name protected_oe property

protected string name
Résultat string

rules protected_oe property

protected Rule[] rules
Résultat Rule[]

suffixes protected_oe property

protected char[][] suffixes
Résultat char[][]