README ¶ shaw shaw implements a Latin-to-Shavian translator in pure Go. It is entirely written from scratch and is compatible with the dictionary files used by the translators written by Dave Coffin. Expand ▾ Collapse ▴ Documentation ¶ Index ¶ func Translate(r io.Reader, dict *dict.Dict) io.Reader Constants ¶ This section is empty. Variables ¶ This section is empty. Functions ¶ func Translate ¶ func Translate(r io.Reader, dict *dict.Dict) io.Reader Translate returns an io.Reader that translates data coming from r as it itself is read from. Types ¶ This section is empty. Source Files ¶ View all Source files shaw.go Directories ¶ Show internal Expand all Path Synopsis cmd shaw command dict Package dict handles parsing and using dictionary files. Package dict handles parsing and using dictionary files. dicts Click to show internal directories. Click to hide internal directories.