Skip to content

Latest commit

 

History

History
22 lines (20 loc) · 381 Bytes

README.md

File metadata and controls

22 lines (20 loc) · 381 Bytes

高性能的简繁体转换

基本使用方式

dicter := DefaultDict()
dicter.Read("什麼")
dicter.ReadReverse("什么")

支持自定义加载词库

DefaultDict(SetPath("/users/go/src/xxx.txt"))

性能测试

goos: darwin
goarch: amd64
pkg: github.com/go-creed/sat
BenchmarkNewDict
BenchmarkNewDict-12    	14721091	        71.2 ns/op
PASS