new ViterbiLattice()
ViterbiLattice is a lattice in Viterbi algorithm
- Source:
Methods
-
append(node)
-
Append node to ViterbiLattice
Parameters:
Name Type Description node
ViterbiNode - Source:
-
appendEos()
-
Set ends with EOS (End of Statement)
- Source: