Show / Hide Table of Contents

    Class BulgarianStemmer

    Light Stemmer for Bulgarian.

    Implements the algorithm described in:
    Searching Strategies for the Bulgarian Language http://members.unine.ch/jacques.savoy/Papers/BUIR.pdf

    Inheritance
    System.Object
    BulgarianStemmer
    Namespace: Lucene.Net.Analysis.Bg
    Assembly: Lucene.Net.Analysis.Common.dll
    Syntax
    public class BulgarianStemmer : object

    Methods

    | Improve this Doc View Source

    Stem(Char[], Int32)

    Stem an input buffer of Bulgarian text.

    Declaration
    public virtual int Stem(char[] s, int len)
    Parameters
    Type Name Description
    System.Char[] s

    input buffer

    System.Int32 len

    length of input buffer

    Returns
    Type Description
    System.Int32

    length of input buffer after normalization

    • Improve this Doc
    • View Source
    Back to top Copyright © 2020 Licensed to the Apache Software Foundation (ASF)