Fork me on GitHub
  • API

    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)
    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 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
    Lucene.Net.Util.Fst.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 © 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.