Show / Hide Table of Contents

    Class CzechStemmer

    Light Stemmer for Czech.

    Implements the algorithm described in:
    Indexing and stemming approaches for the Czech language http://portal.acm.org/citation.cfm?id=1598600

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

    Methods

    | Improve this Doc View Source

    Stem(Char[], Int32)

    Stem an input buffer of Czech text.

    NOTE: Input is expected to be in lowercase, but with diacritical marks

    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)