View Source Jieba.Token (jieba v0.3.1)
Corresponds to a Token in the jieba-rs API.
word
is the string for the token
start
and end
are the locations in the input sentence of word
.
Corresponds to a Token in the jieba-rs API.
word
is the string for the token
start
and end
are the locations in the input sentence of word
.