Juna-Idler / RhythmiKaRuTTE

RhythmicalにKaraoke歌詞(with Ruby)のTimeTagをEditする
MIT License
8 stars 0 forks source link

English (or Latin alphabet) syllable detection for karaoke #3

Closed PlaylistsTrance closed 2 years ago

PlaylistsTrance commented 2 years ago

Would it be possible to use something like nlp-syllables to add time markers for syllables in Latin scripts? (I'm from the AutoLyric thread)

Juna-Idler commented 2 years ago

音節なんて全然知らないから、とりあえずそのまま持ってきて組み込んでみた。 I don't know syllables at all, so I brought it in as it was and incorporated it. https://github.com/nlp-compromise/nlp-syllables/blob/8cc0b5546efa8c780ca047247d63f96c0b5acc34/src/syllables.js

区切りが違うといわれても修正は出来ないよ。 Even if the split is wrong, I can't fix it.

PlaylistsTrance commented 2 years ago

Thank you, this is very helpful. It automates a good amount of syllable splitting.