Readonlyabc: { Predefined alphabets are in dicts.alphabets.
Readonlylower: CallableDict<RegExp>Optional Readonlyupper?: CallableDict<RegExp>ReadonlydoIf set to false, may cause unwanted changes in acronyms.
Readonlyg: booleanDo replace ґ(g) by г(h) in cyrillic alphabet?
| Value | Example |
|---|---|
| true | Ґвалт ґвалт |
| false | Гвалт гвалт |
| true | <tarH>ґ</tarH>валт <tarH>Ґ</tarH>валт |
| false | <tarH>г</tarH>валт <tarH>Г</tarH>валт |
Readonlyj: OptionJWhen to replace і(i) by й(j) after vowels |
Example |
|---|---|
яна і ён |
|
| never | яна і ён |
| random | яна і ён or яна й ён |
| always | яна й ён |
Has no effect with abc set to dicts.alphabets.latinJi.
ReadonlyleftString to replace "<" with.
ReadonlynewString to replace "\n" with.
ReadonlynoPlaceholder for parts that should not be fixed like those enclosed in < >.
Change only if the default value interferes with your text.
Readonlyvariations: Variation| Which variation is used if a part of word is variable | Example |
|---|---|
| Гродна | |
| no (main) | Гродна |
| first | Горадня |
| all | (Гродна|Горадня) |
Readonlywrappers: null | { Used for wrapping changed parts. Predefined dicts are in wrappers.
If null, wrapping changes will be skipped.
Captures noFix parts and stores them in SpecialSyntaxStorage.noFixArr. Places a TaraskConfig.noFixPlaceholder in their place.
Use applyNoFix to bring the parts back to the text.
Creates storage: SpecialSyntaxStorage.