1
0
mirror of https://github.com/fumiama/jieba.git synced 2026-06-05 00:32:51 +08:00

优化 tag_extracker

This commit is contained in:
源文雨
2022-11-30 13:35:21 +08:00
parent ae85ccb20a
commit d487545eb5
14 changed files with 60 additions and 62 deletions

View File

@@ -1,5 +1,5 @@
// Package dictionary contains a interface and wraps all io related work.
// It is used by jiebago module to read/write files.
// It is used by jieba module to read/write files.
package dictionary
import (