示例#1
0
文件: stem.go 项目: kljensen/snowball
func printDebug(debug bool, w *snowballword.SnowballWord) {
	if debug {
		log.Println(w.DebugString())
	}
}