Fork me on GitHub
  • API

    Show / Hide Table of Contents

    Enum WordType

    Internal SmartChineseAnalyzer token type constants

    Note

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

    Namespace: Lucene.Net.Analysis.Cn.Smart
    Assembly: Lucene.Net.Analysis.SmartCn.dll
    Syntax
    public enum WordType

    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 © 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.