Package | Description |
---|---|
com.atilika.kuromoji.viterbi |
Modifier and Type | Method and Description |
---|---|
ViterbiLattice |
ViterbiBuilder.build(String text)
Build lattice from input text
|
Modifier and Type | Method and Description |
---|---|
String |
ViterbiFormatter.format(ViterbiLattice lattice) |
String |
ViterbiFormatter.format(ViterbiLattice lattice,
List<ViterbiNode> bestPath) |
List<ViterbiNode> |
ViterbiSearcher.search(ViterbiLattice lattice)
Find best path from input lattice.
|
Copyright © 2020. All rights reserved.