Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var ( CommandName = "ko" Description = `ko dic build tool` )
subcommand property
Functions ¶
func PrintDefaults ¶
func PrintDefaults()
Types ¶
type KoDic ¶
type KoDic struct {
Morphs []dic.Morph
POSTable dic.POSTable
Contents [][]string
Index dic.IndexTable
Connection dic.ConnectionTable
CharClass []string
CharCategory []byte
InvokeList []bool
GroupList []bool
UnkMorphs []dic.Morph
UnkIndex map[int32]int32
UnkIndexDup map[int32]int32
UnkContents [][]string
}
Click to show internal directories.
Click to hide internal directories.