Package | Description |
---|---|
com.atilika.kuromoji.viterbi |
Modifier and Type | Method and Description |
---|---|
ViterbiNode[][] |
ViterbiLattice.getEndIndexArr() |
ViterbiNode |
ViterbiNode.getLeftNode() |
ViterbiNode[][] |
ViterbiLattice.getStartIndexArr() |
Modifier and Type | Method and Description |
---|---|
List<ViterbiNode> |
ViterbiSearcher.search(ViterbiLattice lattice)
Find best path from input lattice.
|
Modifier and Type | Method and Description |
---|---|
void |
ViterbiNode.setLeftNode(ViterbiNode node) |
Modifier and Type | Method and Description |
---|---|
String |
ViterbiFormatter.format(ViterbiLattice lattice,
List<ViterbiNode> bestPath) |
Copyright © 2020. All rights reserved.