Fork me on GitHub
  • API

    Show / Hide Table of Contents

    Class RSLPStemmerBase.RuleWithSuffixExceptions

    A rule with a set of exceptional suffixes.

    Inheritance
    object
    RSLPStemmerBase.Rule
    RSLPStemmerBase.RuleWithSuffixExceptions
    Inherited Members
    RSLPStemmerBase.Rule.m_suffix
    RSLPStemmerBase.Rule.m_replacement
    RSLPStemmerBase.Rule.m_min
    RSLPStemmerBase.Rule.Replace(char[], int)
    object.Equals(object)
    object.Equals(object, object)
    object.GetHashCode()
    object.GetType()
    object.MemberwiseClone()
    object.ReferenceEquals(object, object)
    object.ToString()
    Namespace: Lucene.Net.Analysis.Pt
    Assembly: Lucene.Net.Analysis.Common.dll
    Syntax
    protected class RSLPStemmerBase.RuleWithSuffixExceptions : RSLPStemmerBase.Rule

    Constructors

    RuleWithSuffixExceptions(string, int, string, string[])

    A rule with a set of exceptional suffixes.

    Declaration
    public RuleWithSuffixExceptions(string suffix, int min, string replacement, string[] exceptions)
    Parameters
    Type Name Description
    string suffix
    int min
    string replacement
    string[] exceptions

    Fields

    m_exceptions

    A rule with a set of exceptional suffixes.

    Declaration
    protected readonly char[][] m_exceptions
    Field Value
    Type Description
    char[][]

    Methods

    Matches(char[], int)

    A rule with a set of exceptional suffixes.

    Declaration
    public override bool Matches(char[] s, int len)
    Parameters
    Type Name Description
    char[] s
    int len
    Returns
    Type Description
    bool

    true if the word matches this rule.

    Overrides
    RSLPStemmerBase.Rule.Matches(char[], int)
    Back to top Copyright © 2024 The Apache Software Foundation, Licensed under the Apache License, Version 2.0
    Apache Lucene.Net, Lucene.Net, Apache, the Apache feather logo, and the Apache Lucene.Net project logo are trademarks of The Apache Software Foundation.
    All other marks mentioned may be trademarks or registered trademarks of their respective owners.