Fork me on GitHub
  • API

    Show / Hide Table of Contents

    Class RSLPStemmerBase.RuleWithSetExceptions

    A rule with a set of whole-word exceptions.

    Inheritance
    System.Object
    RSLPStemmerBase.Rule
    RSLPStemmerBase.RuleWithSetExceptions
    Inherited Members
    RSLPStemmerBase.Rule.m_suffix
    RSLPStemmerBase.Rule.m_replacement
    RSLPStemmerBase.Rule.m_min
    RSLPStemmerBase.Rule.Replace(Char[], Int32)
    System.Object.Equals(System.Object)
    System.Object.Equals(System.Object, System.Object)
    System.Object.GetHashCode()
    System.Object.GetType()
    System.Object.MemberwiseClone()
    System.Object.ReferenceEquals(System.Object, System.Object)
    System.Object.ToString()
    Namespace: Lucene.Net.Analysis.Pt
    Assembly: Lucene.Net.Analysis.Common.dll
    Syntax
    protected class RuleWithSetExceptions : RSLPStemmerBase.Rule

    Constructors

    | Improve this Doc View Source

    RuleWithSetExceptions(String, Int32, String, String[])

    Declaration
    public RuleWithSetExceptions(string suffix, int min, string replacement, string[] exceptions)
    Parameters
    Type Name Description
    System.String suffix
    System.Int32 min
    System.String replacement
    System.String[] exceptions

    Fields

    | Improve this Doc View Source

    m_exceptions

    Declaration
    protected readonly CharArraySet m_exceptions
    Field Value
    Type Description
    CharArraySet

    Methods

    | Improve this Doc View Source

    Matches(Char[], Int32)

    Declaration
    public override bool Matches(char[] s, int len)
    Parameters
    Type Name Description
    System.Char[] s
    System.Int32 len
    Returns
    Type Description
    System.Boolean
    Overrides
    RSLPStemmerBase.Rule.Matches(Char[], Int32)
    • Improve this Doc
    • View Source
    Back to top Copyright © 2020 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.