md.language.yofication
md.language.yofication component provides a cyrillic text yofication (ёфикация) API and CLI application.
This is remastered version of Yoficator originally developed by unabashed.
Architecure overview
Component overview
# Type
DictionaryType = typing.Mapping[str, str]
# ... alias to primary implementation
DefaultYoficate = RegularExpressionYoficate
# ... function to load built-in dictionary
def get_builtin_dictionary(locale: typing.Literal['ru_RU'] = 'ru_RU') -> MappingDictionary: ...
Installation
Usage
CLI Application provides next options:
--no-replace
(DEFAULT) — disables original files modification. Modified content is being printed to standard output (STDOUT). Conflicts with--replace
option. Makes no sense when few files arguments are specified.--replace
— enables original files modifications. Conflicts with--no-replace
option. Makes no sense when no files arguments were specified.
For more details see program help:
Operations with files:
- Prints the modified text content to standard output (STDOUT) without changing the file
(the
--no-replace
option is the default). - Replaces specified file with yoficated content
Operation standard input (STDIN):
- Reads text from standard input (STDIN) and writes modified text to standard output (STDOUT).
- Interactive mode: