Input
{{.Sentence}}
Mode
{{.Mode}}
Surface
Part-of-Speech
Base Form
Reading
Pronunciation
{{range .Tokens}}
{{.Surface}}
{{.POS}}
{{.BaseForm}}
{{.Reading}}
{{.Pronunciation}}
{{end}}
{{if .CmdErr}}
{{.CmdErr}}
{{end}} {{if .GraphSVG}} {{.GraphSVG}} {{end}}