Show / Hide Table of Contents

    Class CharacterDefinitionWriter

    Inheritance
    System.Object
    CharacterDefinitionWriter
    Namespace: Lucene.Net.Analysis.Ja.Util
    Assembly: Lucene.Net.Analysis.Kuromoji.dll
    Syntax
    public sealed class CharacterDefinitionWriter : object

    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 © 2020 Licensed to the Apache Software Foundation (ASF)