Documentation
¶
Index ¶
- func BackToSentence(proccesedWords []string) string
- func DeepHelp()
- func Help()
- func Replfunc(state *AppState)
- type AppState
- func (state *AppState) CustomLanguage() error
- func (state *AppState) DeletetLang() error
- func (state *AppState) GetConfig() (Config, error)
- func (state *AppState) Learn(words []string) (string, error)
- func (state *AppState) LearnFromFile(filepath []string) (string, error)
- func (state *AppState) ListByFrequency() error
- func (state *AppState) LookUpWord(word string) (string, error)
- func (state *AppState) Mark(words []string) error
- func (state *AppState) Markfrequency() error
- func (state *AppState) SaveConfig(config Config) error
- func (state *AppState) Scan(r io.Reader) []string
- func (state *AppState) SelectLang() (database.Language, error)
- func (state *AppState) UnMark(words []string) error
- type Config
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func BackToSentence ¶
Types ¶
type AppState ¶
func (*AppState) CustomLanguage ¶
func (*AppState) LearnFromFile ¶
func (*AppState) ListByFrequency ¶
func (*AppState) Markfrequency ¶
func (*AppState) SaveConfig ¶
func (*AppState) SelectLang ¶
stdin scan
Click to show internal directories.
Click to hide internal directories.