1
0
mirror of https://github.com/fumiama/jieba.git synced 2026-06-19 09:50:25 +08:00

small refactor, rename files

This commit is contained in:
Wang Bin
2015-02-26 11:12:05 +08:00
parent c7218ce886
commit 95a27da5cf
3 changed files with 2 additions and 2 deletions

View File

@@ -9,7 +9,6 @@ import (
)
var (
Dictionary = "dict.txt"
UserWordTagTab = make(map[string]string)
reEng = regexp.MustCompile(`[[:alnum:]]`)
reHanCutAll = regexp.MustCompile(`\p{Han}+`)