Fork me on GitHub
  • API

    Show / Hide Table of Contents

    Class CharacterDefinition

    Character category data.

    Inheritance
    System.Object
    CharacterDefinition
    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.Ja.Dict
    Assembly: Lucene.Net.Analysis.Kuromoji.dll
    Syntax
    public sealed class CharacterDefinition

    Fields

    | Improve this Doc View Source

    ALPHA

    Declaration
    public static readonly byte ALPHA
    Field Value
    Type Description
    System.Byte
    | Improve this Doc View Source

    CLASS_COUNT

    Declaration
    public static readonly int CLASS_COUNT
    Field Value
    Type Description
    System.Int32
    | Improve this Doc View Source

    CYRILLIC

    Declaration
    public static readonly byte CYRILLIC
    Field Value
    Type Description
    System.Byte
    | Improve this Doc View Source

    DEFAULT

    Declaration
    public static readonly byte DEFAULT
    Field Value
    Type Description
    System.Byte
    | Improve this Doc View Source

    FILENAME_SUFFIX

    Declaration
    public static readonly string FILENAME_SUFFIX
    Field Value
    Type Description
    System.String
    | Improve this Doc View Source

    GREEK

    Declaration
    public static readonly byte GREEK
    Field Value
    Type Description
    System.Byte
    | Improve this Doc View Source

    HEADER

    Declaration
    public static readonly string HEADER
    Field Value
    Type Description
    System.String
    | Improve this Doc View Source

    HIRAGANA

    Declaration
    public static readonly byte HIRAGANA
    Field Value
    Type Description
    System.Byte
    | Improve this Doc View Source

    KANJI

    Declaration
    public static readonly byte KANJI
    Field Value
    Type Description
    System.Byte
    | Improve this Doc View Source

    KANJINUMERIC

    Declaration
    public static readonly byte KANJINUMERIC
    Field Value
    Type Description
    System.Byte
    | Improve this Doc View Source

    KATAKANA

    Declaration
    public static readonly byte KATAKANA
    Field Value
    Type Description
    System.Byte
    | Improve this Doc View Source

    NGRAM

    Declaration
    public static readonly byte NGRAM
    Field Value
    Type Description
    System.Byte
    | Improve this Doc View Source

    NUMERIC

    Declaration
    public static readonly byte NUMERIC
    Field Value
    Type Description
    System.Byte
    | Improve this Doc View Source

    SPACE

    Declaration
    public static readonly byte SPACE
    Field Value
    Type Description
    System.Byte
    | Improve this Doc View Source

    SYMBOL

    Declaration
    public static readonly byte SYMBOL
    Field Value
    Type Description
    System.Byte
    | Improve this Doc View Source

    VERSION

    Declaration
    public static readonly int VERSION
    Field Value
    Type Description
    System.Int32

    Properties

    | Improve this Doc View Source

    Instance

    Declaration
    public static CharacterDefinition Instance { get; }
    Property Value
    Type Description
    CharacterDefinition

    Methods

    | Improve this Doc View Source

    GetCharacterClass(Char)

    Declaration
    public byte GetCharacterClass(char c)
    Parameters
    Type Name Description
    System.Char c
    Returns
    Type Description
    System.Byte
    | Improve this Doc View Source

    IsGroup(Char)

    Declaration
    public bool IsGroup(char c)
    Parameters
    Type Name Description
    System.Char c
    Returns
    Type Description
    System.Boolean
    | Improve this Doc View Source

    IsInvoke(Char)

    Declaration
    public bool IsInvoke(char c)
    Parameters
    Type Name Description
    System.Char c
    Returns
    Type Description
    System.Boolean
    | Improve this Doc View Source

    IsKanji(Char)

    Declaration
    public bool IsKanji(char c)
    Parameters
    Type Name Description
    System.Char c
    Returns
    Type Description
    System.Boolean
    | Improve this Doc View Source

    LookupCharacterClass(String)

    Declaration
    public static byte LookupCharacterClass(string characterClassName)
    Parameters
    Type Name Description
    System.String characterClassName
    Returns
    Type Description
    System.Byte
    • Improve this Doc
    • View Source
    Back to top Copyright © 2021 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.