-
Notifications
You must be signed in to change notification settings - Fork 3
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Alexandr Zeinalov
committed
Apr 14, 2024
1 parent
078af93
commit 310ac43
Showing
4 changed files
with
22 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,9 @@ | ||
Письменность на основе японской каны, существует в двух вариантах: хираганица и катаканица. | ||
|
||
Так как кана является слоговой письменностью, то для её использования текст модифицируется таким образом, чтобы его можно было разбить на японские слоги. Эта операция необратима, поэтому бот умеет делать преобразование только в одну сторону. | ||
|
||
Пример: | ||
|
||
Буря мглою небо кроет (бу-ря му-гу-ро-ю нэ-бо ку-ро-э-то) | ||
ぶりゃ むぐろゆ ねぼ くろえと (хираганица) | ||
ブリャ ムグロユ ネボ クロエト (катаканица) |