Fork me on GitHub
  • API

    Show / Hide Table of Contents

    Class CharacterDefinitionWriter

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

    Constructors

    | Improve this Doc View Source

    CharacterDefinitionWriter()

    Constructor for building. TODO: remove write access

    Declaration
    public CharacterDefinitionWriter()

    Methods

    | Improve this Doc View Source

    PutCharacterCategory(Int32, String)

    Put mapping from unicode code point to character class.

    Declaration
    public void PutCharacterCategory(int codePoint, string characterClassName)
    Parameters
    Type Name Description
    System.Int32 codePoint

    Code point.

    System.String characterClassName

    Character class name.

    | Improve this Doc View Source

    PutInvokeDefinition(String, Int32, Int32, Int32)

    Declaration
    public void PutInvokeDefinition(string characterClassName, int invoke, int group, int length)
    Parameters
    Type Name Description
    System.String characterClassName
    System.Int32 invoke
    System.Int32 group
    System.Int32 length
    | Improve this Doc View Source

    Write(String)

    Declaration
    public void Write(string baseDir)
    Parameters
    Type Name Description
    System.String baseDir
    • 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.