Show / Hide Table of Contents

    Class TokenInfoDictionaryWriter

    Inheritance
    System.Object
    BinaryDictionaryWriter
    TokenInfoDictionaryWriter
    Inherited Members
    BinaryDictionaryWriter.m_implClazz
    BinaryDictionaryWriter.m_buffer
    BinaryDictionaryWriter.Put(String[])
    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 TokenInfoDictionaryWriter : BinaryDictionaryWriter

    Constructors

    | Improve this Doc View Source

    TokenInfoDictionaryWriter(Int32)

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

    Methods

    | Improve this Doc View Source

    SetFST(FST<Nullable<Int64>>)

    Declaration
    public virtual void SetFST(FST<long?> fst)
    Parameters
    Type Name Description
    FST<System.Nullable<System.Int64>> fst
    | 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

    WriteFST(String)

    Declaration
    protected virtual void WriteFST(string filename)
    Parameters
    Type Name Description
    System.String filename
    • Improve this Doc
    • View Source
    Back to top Copyright © 2020 Licensed to the Apache Software Foundation (ASF)