摘要:
package segoimport "github.com/adamzy/cedar-go"// Dictionary结构体实现了一个字串前缀树,一个分词可能出现在叶子节点也有可能出现在非叶节点type Dictionary struct { trie *cedar.Cedar // Cedar 前缀树 maxTokenLength int //... 阅读全文
posted @ 2017-09-01 10:31
张伯雨
阅读(299)
评论(0)
推荐(0)
2017年9月1日