Fork me on GitHub
  • API

    Show / Hide Table of Contents

    Class ConnectionCostsWriter

    Inheritance
    System.Object
    ConnectionCostsWriter
    Inherited Members
    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 sealed class ConnectionCostsWriter

    Constructors

    | Improve this Doc View Source

    ConnectionCostsWriter(Int32, Int32)

    Constructor for building. TODO: remove write access

    Declaration
    public ConnectionCostsWriter(int forwardSize, int backwardSize)
    Parameters
    Type Name Description
    System.Int32 forwardSize
    System.Int32 backwardSize

    Methods

    | Improve this Doc View Source

    Add(Int32, Int32, Int32)

    Declaration
    public void Add(int forwardId, int backwardId, int cost)
    Parameters
    Type Name Description
    System.Int32 forwardId
    System.Int32 backwardId
    System.Int32 cost
    | 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 © 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.