Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var ( CommandName = "ipa" Description = `ipa dic build tool` )
subcommand property
Functions ¶
func PrintDefaults ¶
func PrintDefaults()
Types ¶
type IpaDic ¶
type IpaDic 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.