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