books/dovodka/blind-keys-d4/PLANTS.json

32 lines
No EOL
653 B
JSON
Raw Permalink Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

[
[
"\\bне\\s+([а-яё]{4,})",
"\\1",
"инверсия полярности: снято отрицание"
],
[
"\\b(один|два|три|четыре|пять|шесть|семь|восемь|девять|десять|сто|тысяч[а-яё]*)\\b",
"сорок",
"подмена величины"
],
[
"\\b(\\d+)\\b",
"77",
"подмена величины (цифрой)"
],
[
"\\b([а-яё]{4,})ние\\b",
"\\1нительние",
"выдуманное слово"
],
[
"—\\s*",
"\"",
"сбой диалоговой вёрстки"
],
[
"\\n\\n",
" ",
"слипание абзацев"
]
]