Optional
options: { Optional
Readonly
abc?: { Optional
Readonly
lower?: CallableDict<RegExp>Optional
Readonly
upper?: CallableDict<RegExp>Optional
Readonly
doIf set to false, may cause unwanted changes in acronyms.
Optional
Readonly
g?: booleanDo replace ґ(g) by г(h) in cyrillic alphabet?
Value | Example |
---|---|
true | Ґвалт ґвалт |
false | Гвалт гвалт |
true | <tarH>ґ</tarH>валт <tarH>Ґ</tarH>валт |
false | <tarH>г</tarH>валт <tarH>Г</tarH>валт |
Optional
Readonly
j?: OptionJWhen to replace і (i ) by й (j ) after vowels |
Example |
---|---|
яна і ён |
|
never | яна і ён |
random | яна і ён or яна й ён |
always | яна й ён |
Has no effect with abc set to dicts.alphabets.latinJi.
Optional
Readonly
leftString to replace "<"
with.
Optional
Readonly
newString to replace "\n"
with.
Optional
Readonly
noPlaceholder for parts that should not be fixed like those enclosed in < >
.
Not recommended to change.
Optional
Readonly
variations?: VariationWhich variation is used if a part of word is variable | Example |
---|---|
Гродна | |
no (main) | Гродна |
first | Горадня |
all | (Гродна|Горадня) |
Optional
Readonly
wrappers?: null | { Used for wrapping changed parts. Predefined dicts are in wrappers.
If null
, wrapping changes will be skipped.
Predefined alphabets are in dicts.alphabets.
If set to false, may cause unwanted changes in acronyms.
Do replace ґ(g) by г(h) in cyrillic alphabet?
Value | Example |
---|---|
true | Ґвалт ґвалт |
false | Гвалт гвалт |
true | <tarH>ґ</tarH>валт <tarH>Ґ</tarH>валт |
false | <tarH>г</tarH>валт <tarH>Г</tarH>валт |
When to replace і (i ) by й (j ) after vowels |
Example |
---|---|
яна і ён |
|
never | яна і ён |
random | яна і ён or яна й ён |
always | яна й ён |
Has no effect with abc set to dicts.alphabets.latinJi.
String to replace "<"
with.
String to replace "\n"
with.
Placeholder for parts that should not be fixed like those enclosed in < >
.
Not recommended to change.
Which variation is used if a part of word is variable | Example |
---|---|
Гродна | |
no (main) | Гродна |
first | Горадня |
all | (Гродна|Горадня) |
Used for wrapping changed parts. Predefined dicts are in wrappers.
If null
, wrapping changes will be skipped.
Predefined alphabets are in dicts.alphabets.