mirror of
https://github.com/fumiama/jieba.git
synced 2026-06-13 13:40:28 +08:00
优化 tag_extracker
This commit is contained in:
@@ -37,7 +37,7 @@ func cutHan(sentence string) []string {
|
||||
}
|
||||
|
||||
// Cut cuts sentence into words using Hidden Markov Model with Viterbi
|
||||
// algorithm. It is used by Jiebago for unknonw words.
|
||||
// algorithm. It is used by jieba for unknonw words.
|
||||
func Cut(sentence string) []string {
|
||||
result := make([]string, 0, 10)
|
||||
s := sentence
|
||||
|
||||
Reference in New Issue
Block a user