Fork me on GitHub
  • API

    Show / Hide Table of Contents

    Class CharacterDefinitionWriter

    Inheritance
    object
    CharacterDefinitionWriter
    Inherited Members
    object.Equals(object)
    object.Equals(object, object)
    object.GetHashCode()
    object.GetType()
    object.ReferenceEquals(object, object)
    object.ToString()
    Namespace: Lucene.Net.Analysis.Ja.Util
    Assembly: Lucene.Net.Analysis.Kuromoji.dll
    Syntax
    public sealed class CharacterDefinitionWriter

    Constructors

    CharacterDefinitionWriter()

    Constructor for building. TODO: remove write access

    Declaration
    public CharacterDefinitionWriter()

    Methods

    PutCharacterCategory(int, string)

    Put mapping from unicode code point to character class.

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

    Code point.

    string characterClassName

    Character class name.

    PutInvokeDefinition(string, int, int, int)

    Declaration
    public void PutInvokeDefinition(string characterClassName, int invoke, int group, int length)
    Parameters
    Type Name Description
    string characterClassName
    int invoke
    int group
    int length

    Write(string)

    Declaration
    public void Write(string baseDir)
    Parameters
    Type Name Description
    string baseDir
    Back to top Copyright © 2024 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.