Fork me on GitHub
  • API

    Show / Hide Table of Contents

    Class SegTokenFilter

    Filters a SegToken by converting full-width latin to half-width, then lowercasing latin. Additionally, all punctuation is converted into COMMON_DELIMITER

    Note

    This API is experimental and might change in incompatible ways in the next release.

    Inheritance
    System.Object
    SegTokenFilter
    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.Cn.Smart.Hhmm
    Assembly: Lucene.Net.Analysis.SmartCn.dll
    Syntax
    public class SegTokenFilter

    Methods

    | Improve this Doc View Source

    Filter(SegToken)

    Filter an input SegToken

    Full-width latin will be converted to half-width, then all latin will be lowercased. All punctuation is converted into COMMON_DELIMITER

    Declaration
    public virtual SegToken Filter(SegToken token)
    Parameters
    Type Name Description
    SegToken token

    Input SegToken.

    Returns
    Type Description
    SegToken

    Normalized SegToken.

    • Improve this Doc
    • View Source
    Back to top Copyright © 2022 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.