Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func ExportIgnoreWords ¶
ExportIgnoreWords は除外ワードをエクスポートする
Types ¶
type Analyzer ¶
func (Analyzer) Analyze ¶
func (a Analyzer) Analyze(input string) (gomamayoResult GomamayoResult)
Analyze は input がゴママヨか判定する
type GomamayoDetail ¶
type GomamayoResult ¶
type GomamayoResult struct { IsGomamayo bool `json:"isGomamayo"` Combo int `json:"combo"` Detail []GomamayoDetail `json:"detail"` }
Click to show internal directories.
Click to hide internal directories.