• API

    Show / Hide Table of Contents

    Class GermanMinimalStemmer

    Minimal Stemmer for German.

    This stemmer implements the following algorithm: Morphologie et recherche d'information Jacques Savoy.

    Inheritance
    System.Object
    GermanMinimalStemmer
    Inherited Members
    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.De
    Assembly: Lucene.Net.Analysis.Common.dll
    Syntax
    public class GermanMinimalStemmer

    Methods

    | Improve this Doc View Source

    Stem(Char[], Int32)

    Declaration
    public virtual int Stem(char[] s, int len)
    Parameters
    Type Name Description
    System.Char[] s
    System.Int32 len
    Returns
    Type Description
    System.Int32
    • Improve this Doc
    • View Source
    Back to top Copyright © 2020 Licensed to the Apache Software Foundation (ASF)