package
module
Version:
v1.0.3
Opens a new window with list of versions in this module.
Published: Jun 22, 2020
License: Apache-2.0
Opens a new window with license information.
Imports: 7
Opens a new window with list of imports.
Imported by: 8
Opens a new window with list of known importers.
README
¶
高性能的简繁体转换
基本使用方式
dicter := DefaultDict()
dicter.Read("什麼")
dicter.ReadReverse("什么")
支持自定义加载词库
DefaultDict(SetPath("/users/go/src/xxx.txt"))
Documentation
¶
type Options struct {
Path string `json:"path"`
}
Source Files
¶
Click to show internal directories.
Click to hide internal directories.