Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var ( STYLE_NORMAL = 1 STYLE_TONE = 2 STYLE_INITIALS = 3 STYLE_FIRST_LETTER = 4 USE_SEGMENT = true NO_SEGMENT = false DICT_DIR = path.Join(os.Getenv("GOPATH"), "src/github.com/struCoder/Go-pinyin/dict") DICT_PHRASES = path.Join(DICT_DIR, "phrases-dict") )
View Source
var INITIALS []string = strings.Split("b,p,m,f,d,t,n,l,g,k,h,j,q,x,r,zh,ch,sh,z,c,s", ",")
Functions ¶
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.