Documentation
¶
Overview ¶
Given a (pseudo-)phonetic russian input, phoru outputs (cyrillic) russian.
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var ( Single = map[string]rune{ "a": 'а', "b": 'б', "c": 'с', "v": 'в', "g": 'г', "d": 'д', "e": 'е', "j": 'ж', "i": 'и', "ï": 'й', "z": 'з', "k": 'к', "l": 'л', "m": 'м', "n": 'н', "o": 'о', "p": 'п', "r": 'р', "s": 'с', "t": 'т', "u": 'у', "f": 'ф', "x": 'х', "î": 'ы', "è": 'э', } Double = map[string]rune{ "yo": 'ё', "ch": 'ч', "sh": 'ш', "ya": 'я', "b-": 'ь', "b+": 'ъ', "i_": 'й', "i-": 'ы', "`e": 'э', "ts": 'ц', } Triple = map[string]rune{ "shh": 'щ', "you": 'ю', } )
View Source
var Verbose bool
Functions ¶
Types ¶
This section is empty.
Directories
¶
| Path | Synopsis |
|---|---|
|
Given a (pseudo-)phonetic russian input, phoru outputs (cyrillic) russian.
|
Given a (pseudo-)phonetic russian input, phoru outputs (cyrillic) russian. |
|
Entry point to call the gopherjs generated code from the "regular" js code.
|
Entry point to call the gopherjs generated code from the "regular" js code. |
Click to show internal directories.
Click to hide internal directories.