FSTPath

class FSTPath<T>

Represents a path in TopNSearcher.

Properties

Link copied to clipboard
var arc: FST.Arc<T>

Holds the last arc appended to this path

Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
var output: T

Holds cost plus any usage-specific output:

Link copied to clipboard

Functions

Link copied to clipboard
fun newPath(output: T, input: IntsRefBuilder): Util.FSTPath<T>
Link copied to clipboard
open override fun toString(): String