Documentation ¶
Index ¶
- func Buckets(vocabulary []string) map[rune][]string
- func Existing(dir, filename string, fh FileHandler) (string, error)
- func Filter(paragraphs []string) (accepted []string, discarded []string)
- func LanguageDirectory(language string, config map[string]string) string
- func Merge(old, new []string) []string
- func ParseConfig(workspace string) map[string]string
- func Summary(vocabulary []string) string
- func Upsert(dir, filename string, vocabulary []string, fh FileHandler) error
- type FileHandler
- type Filesystem
- type Parser
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func ParseConfig ¶
Types ¶
type FileHandler ¶
type Filesystem ¶
type Filesystem struct{}
func (*Filesystem) Write ¶
func (*Filesystem) Write(dir, filename, contents string) error
Click to show internal directories.
Click to hide internal directories.