Show / Hide Table of Contents

    Class UnknownDictionaryWriter

    Inheritance
    System.Object
    BinaryDictionaryWriter
    UnknownDictionaryWriter
    Inherited Members
    BinaryDictionaryWriter.m_implClazz
    BinaryDictionaryWriter.m_buffer
    BinaryDictionaryWriter.SharedPrefix(String, String)
    BinaryDictionaryWriter.AddMapping(Int32, Int32)
    BinaryDictionaryWriter.GetBaseFileName(String)
    BinaryDictionaryWriter.WriteTargetMap(String)
    BinaryDictionaryWriter.WritePosDict(String)
    BinaryDictionaryWriter.WriteDictionary(String)
    Namespace: Lucene.Net.Analysis.Ja.Util
    Assembly: Lucene.Net.Analysis.Kuromoji.dll
    Syntax
    public class UnknownDictionaryWriter : BinaryDictionaryWriter

    Constructors

    | Improve this Doc View Source

    UnknownDictionaryWriter(Int32)

    Declaration
    public UnknownDictionaryWriter(int size)
    Parameters
    Type Name Description
    System.Int32 size

    Methods

    | Improve this Doc View Source

    Put(String[])

    Declaration
    public override int Put(string[] entry)
    Parameters
    Type Name Description
    System.String[] entry
    Returns
    Type Description
    System.Int32
    Overrides
    BinaryDictionaryWriter.Put(String[])
    | Improve this Doc View Source

    PutCharacterCategory(Int32, String)

    Put mapping from unicode code point to character class.

    Declaration
    public virtual 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 virtual 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 override void Write(string baseDir)
    Parameters
    Type Name Description
    System.String baseDir
    Overrides
    BinaryDictionaryWriter.Write(String)
    • Improve this Doc
    • View Source
    Back to top Copyright © 2020 Licensed to the Apache Software Foundation (ASF)