//
pkg.gl
Category
github.com/gopherlib/wubi
dictgen
package
0.1.0
Repository:
https://github.com/gopherlib/wubi.git
Documentation:
pkg.go.dev
Overview
Versions
1
Dependencies
7
Dependents
1
Files
188 SLOC
#
Functions
NewDict
No description provided by the author
NewLiner
NewLiner 生成一个按行解析器 pattern: 解析器使用得正则表达式,此表达式至少有2个命名分组。 分组命名格式: char: 表示汉字 code: 表示五笔码.
#
Variables
ErrLinerInvalidPattern
No description provided by the author
ErrMissCharOrCode
No description provided by the author
ErrMultiCharsAndMultiCodes
No description provided by the author
#
Structs
Dict
Dict 字典结构.
Liner
Liner 逐行扫描生成器.
#
Interfaces
Generator
Generator 字典生成器.