Fork me on GitHub
  • API

    Show / Hide Table of Contents

    Class LovinsStemmer

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

    Inheritance
    System.Object
    SnowballProgram
    LovinsStemmer
    Inherited Members
    SnowballProgram.SetCurrent(String)
    SnowballProgram.Current
    SnowballProgram.SetCurrent(Char[], Int32)
    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[], Int32, Int32)
    SnowballProgram.InGroupingB(Char[], Int32, Int32)
    SnowballProgram.OutGrouping(Char[], Int32, Int32)
    SnowballProgram.OutGroupingB(Char[], Int32, Int32)
    SnowballProgram.InRange(Int32, Int32)
    SnowballProgram.InRangeB(Int32, Int32)
    SnowballProgram.OutRange(Int32, Int32)
    SnowballProgram.OutRangeB(Int32, Int32)
    SnowballProgram.Eq_S(Int32, String)
    SnowballProgram.Eq_S_B(Int32, String)
    SnowballProgram.Eq_V(String)
    SnowballProgram.Eq_V_B(String)
    SnowballProgram.FindAmong(Among[], Int32)
    SnowballProgram.FindAmongB(Among[], Int32)
    SnowballProgram.ReplaceS(Int32, Int32, String)
    SnowballProgram.SliceCheck()
    SnowballProgram.SliceFrom(String)
    SnowballProgram.SliceDel()
    SnowballProgram.Insert(Int32, Int32, String)
    SnowballProgram.SliceTo(StringBuilder)
    SnowballProgram.AssignTo(StringBuilder)
    System.Object.Equals(System.Object, System.Object)
    System.Object.GetType()
    System.Object.MemberwiseClone()
    System.Object.ReferenceEquals(System.Object, System.Object)
    System.Object.ToString()
    Namespace: Lucene.Net.Tartarus.Snowball.Ext
    Assembly: Lucene.Net.Analysis.Common.dll
    Syntax
    public class LovinsStemmer : SnowballProgram

    Methods

    | Improve this Doc View Source

    Equals(Object)

    Declaration
    public override bool Equals(object o)
    Parameters
    Type Name Description
    System.Object o
    Returns
    Type Description
    System.Boolean
    Overrides
    System.Object.Equals(System.Object)
    | Improve this Doc View Source

    GetHashCode()

    Declaration
    public override int GetHashCode()
    Returns
    Type Description
    System.Int32
    Overrides
    System.Object.GetHashCode()
    | Improve this Doc View Source

    Stem()

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