Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add splitting features for kana and romaji #18

Merged
merged 1 commit into from
Apr 11, 2020
Merged

Conversation

risseraka
Copy link
Collaborator

Hi there,

As discussed in #12, here are two new features for string splitting of both Kana and Romaji.

Known issue: unclean Romaji will get chopped up badly.
E.g.:

hepburn.splitRomaji("CHYA")
// ["C", "HYA"]

Cleaning Romaji strings before splitting might be hazardous, see #16.

Cheers.

@lovell lovell merged commit 79ae926 into lovell:master Apr 11, 2020
@lovell
Copy link
Owner

lovell commented Apr 11, 2020

Merveilleux, merci beaucoup Adrien.

@lovell
Copy link
Owner

lovell commented Apr 11, 2020

v1.1.3 now available

@risseraka
Copy link
Collaborator Author

Merci, quel honneur !
Pleasure is mine, thanks to you.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants