Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
Types ¶
type Config ¶
type Config struct { TargetName string `docopt:"<name>"` EmojiNum int `docopt:"-e"` PunctuationLevel int `docopt:"-p"` }
Config ... main で受け取られる引数、オプション
type PunctuationConfig ¶
type PunctuationConfig struct { TargetHinshis []string // 句読点を後方に挿入する形態素の品詞 Rate int // 句読点を挿入する確率(百分率) }
PunctuationConfig ... 句読点挿入の設定
Click to show internal directories.
Click to hide internal directories.