Show / Hide Table of Contents

    Class ConnectionCostsWriter

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

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