public class ViterbiLattice
extends java.lang.Object
Constructor and Description |
---|
ViterbiLattice(int dimension) |
Modifier and Type | Method and Description |
---|---|
void |
addBos() |
void |
addEos() |
ViterbiNode[][] |
getEndIndexArr() |
int[] |
getEndSizeArr() |
ViterbiNode[][] |
getStartIndexArr() |
int[] |
getStartSizeArr() |
public ViterbiNode[][] getStartIndexArr()
public ViterbiNode[][] getEndIndexArr()
public int[] getStartSizeArr()
public int[] getEndSizeArr()
public void addBos()
public void addEos()