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

    This is a Lucene.NET EXPERIMENTAL API, use at your own risk
    Inheritance
    System.Object
    SegTokenFilter
    Namespace: Lucene.Net.Analysis.Cn.Smart.Hhmm
    Assembly: Lucene.Net.Analysis.SmartCn.dll
    Syntax
    public class SegTokenFilter : object

    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 © 2020 Licensed to the Apache Software Foundation (ASF)