Fork me on GitHub
  • API

    Show / Hide Table of Contents

    Class EnglishStemmer

    This class was automatically generated by a Snowball to Java compiler It implements the stemming algorithm defined by a snowball script.

    Inheritance
    object
    SnowballProgram
    EnglishStemmer
    Inherited Members
    SnowballProgram.SetCurrent(string)
    SnowballProgram.SetCurrent(char[], int)
    SnowballProgram.Current
    SnowballProgram.CurrentBuffer
    SnowballProgram.CurrentBufferLength
    SnowballProgram.m_current
    SnowballProgram.m_cursor
    SnowballProgram.m_limit
    SnowballProgram.m_limit_backward
    SnowballProgram.m_bra
    SnowballProgram.m_ket
    SnowballProgram.CopyFrom(SnowballProgram)
    SnowballProgram.InGrouping(char[], int, int)
    SnowballProgram.InGroupingB(char[], int, int)
    SnowballProgram.OutGrouping(char[], int, int)
    SnowballProgram.OutGroupingB(char[], int, int)
    SnowballProgram.InRange(int, int)
    SnowballProgram.InRangeB(int, int)
    SnowballProgram.OutRange(int, int)
    SnowballProgram.OutRangeB(int, int)
    SnowballProgram.Eq_S(int, string)
    SnowballProgram.Eq_S_B(int, string)
    SnowballProgram.Eq_V(string)
    SnowballProgram.Eq_V_B(string)
    SnowballProgram.FindAmong(Among[], int)
    SnowballProgram.FindAmongB(Among[], int)
    SnowballProgram.ReplaceS(int, int, string)
    SnowballProgram.SliceCheck()
    SnowballProgram.SliceFrom(string)
    SnowballProgram.SliceDel()
    SnowballProgram.Insert(int, int, string)
    SnowballProgram.SliceTo(StringBuilder)
    SnowballProgram.AssignTo(StringBuilder)
    object.Equals(object, object)
    object.GetType()
    object.MemberwiseClone()
    object.ReferenceEquals(object, object)
    object.ToString()
    Namespace: Lucene.Net.Tartarus.Snowball.Ext
    Assembly: Lucene.Net.Analysis.Common.dll
    Syntax
    public class EnglishStemmer : SnowballProgram

    Methods

    Equals(object)

    Determines whether the specified object is equal to the current object.

    Declaration
    public override bool Equals(object o)
    Parameters
    Type Name Description
    object o
    Returns
    Type Description
    bool

    true if the specified object is equal to the current object; otherwise, false.

    Overrides
    object.Equals(object)

    GetHashCode()

    Serves as the default hash function.

    Declaration
    public override int GetHashCode()
    Returns
    Type Description
    int

    A hash code for the current object.

    Overrides
    object.GetHashCode()

    Stem()

    This class was automatically generated by a Snowball to Java compiler It implements the stemming algorithm defined by a snowball script.

    Declaration
    public override bool Stem()
    Returns
    Type Description
    bool
    Overrides
    SnowballProgram.Stem()
    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.