Show / Hide Table of Contents

    Enum WordType

    Internal SmartChineseAnalyzer token type constants

    This is a Lucene.NET EXPERIMENTAL API, use at your own risk
    Namespace: Lucene.Net.Analysis.Cn.Smart
    Assembly: Lucene.Net.Analysis.SmartCn.dll
    Syntax
    public enum WordType : int

    Fields

    Name Description
    CHINESE_WORD

    Chinese Word

    DELIMITER

    Punctuation Symbol

    FULLWIDTH_NUMBER

    Full-Width Alphanumeric

    FULLWIDTH_STRING

    Full-Width String

    NUMBER

    ASCII Alphanumeric

    SENTENCE_BEGIN

    Start of a Sentence

    SENTENCE_END

    End of a Sentence

    STRING

    ASCII String

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