Modifier and Type | Field and Description |
---|---|
FST.Arc<T> |
arc |
float |
boost |
CharSequence |
context |
T |
cost |
IntsRefBuilder |
input |
Constructor and Description |
---|
FSTPath(T cost,
FST.Arc<T> arc,
IntsRefBuilder input)
Sole constructor
|
FSTPath(T cost,
FST.Arc<T> arc,
IntsRefBuilder input,
float boost,
CharSequence context) |
Modifier and Type | Method and Description |
---|---|
Util.FSTPath<T> |
newPath(T cost,
IntsRefBuilder input) |
String |
toString() |
public T cost
public final IntsRefBuilder input
public final float boost
public final CharSequence context
public FSTPath(T cost, FST.Arc<T> arc, IntsRefBuilder input)
public FSTPath(T cost, FST.Arc<T> arc, IntsRefBuilder input, float boost, CharSequence context)
public Util.FSTPath<T> newPath(T cost, IntsRefBuilder input)
Copyright © 2000-2016 Apache Software Foundation. All Rights Reserved.