lucene-kmp
Toggle table of contents
10.2.0-alpha14
common
Target filter
common
Switch theme
Search in API
Skip to content
lucene-kmp
smartcn
/
org.gnit.lucenekmp.analysis.cn.smart.hhmm
/
HHMMSegmenter
HHMMSegmenter
class
HHMMSegmenter
Finds the optimal segmentation of a sentence into Chinese words
Members
Constructors
HHMMSegmenter
Link copied to clipboard
constructor
(
)
Types
Companion
Link copied to clipboard
object
Companion
Functions
process
Link copied to clipboard
fun
process
(
sentence
:
String
)
:
List
<
SegToken
>