sorigul v0.0.1
π₯ μλ¦¬κΈ - Sorigul
νκΈ λ±μ(μλͺ¨)λ₯Ό μ리λλ λλ‘μ λ±μ(μλͺ¨)λ‘ λ³νν΄μ£Όλ ν¨ν€μ§μ λλ€. TTSλ₯Ό κ°λ°νκΈ° μν΄ κ°λ°ν ν¨ν€μ§μ λλ€. μ°Έκ³ λ‘ μμ§ λ―Έμμ± μ λλ€. μ§κ·Ήν μ κ°μΈμ μΈ κ²¬ν΄λλ‘ λ³ννκ³ μμ΅λλ€. μμ²μ¬νμ΄λ λ¬Έμμ¬νμ μ΄μλ‘ λ¨κ²¨μ£ΌμΈμ. ν리νμ€νΈλ λ°μ΅λλ€. λ±μλ₯Ό ν©μΉλ건 Hangul.jsλΌλ νλ₯ν ν¨ν€μ§κ° μμ΅λλ€.
English version:
This is a package that convert Korean Hangul to how they sound like in Hangul. I have built it for developing TTS. And it is not completed yet. This is all totally based on how i think the sound should be written in Hangul. If you have any requests or questions, please open a github issue. I also appreciate your pull requests. If you are looking for putting letters together or break Hangul to consonants and vowels, check out Hangul.js.
βΆοΈ μ€μΉ - Install
npm i sorigul
π©βπ νν λ¦¬μΌ - Tutorial
const Sorigul = require('sorigul');
async function test()
{
const sorigul = new Sorigul();
// μ€λμ νλΉμ΄ λ무 λ°μμ -> μ€λλ₯Έ νμ§μΉ λ무 λ°κ°μ
console.log(await sorigul.convert("γ
γ
γ΄γ
‘γΉγ
γ
‘γ΄ γ
γ
γ
γ
γ
£γ
γ
γ
£ γ΄γ
γ
γ
γ
γ
γΉγ±γ
γ
γ
γ
"));
// νκΈ λ±μλ₯Ό μ리λλ λλ‘μ λ±μλ‘ λ³νν΄μ£Όλ ν¨ν€μ§μ
λλ€ -> νλ λ±μ§λ₯Ό μ리λλ λλ‘μΌμ΄ λ±μ§λ‘ λ³νΈμν΄μ£Όλ ν¨ν€μ§μ
λλ€
console.log(await sorigul.convert("γ
γ
γ΄γ±γ
‘γΉ γ΄γ
γ
γ
γ
γΉγ
‘γΉ γ
γ
γΉγ
£γ΄γ
γ΄γ
‘γ΄ γ·γ
γΉγ
γ
γ
‘γ
£ γ΄γ
γ
γ
γ
γΉγ
γ
γ
γ΄γ
γ
γ
γ΄γ
γ
γ
γ
γ΄γ
‘γ΄ γ
γ
γ
γ
£γ
γ
£γ
γ
£γ
γ΄γ
£γ·γ
"));
}
πͺ μ€ν°μ - Sponsor
κΉν μ€ν°μ νμ΄μ§ Github sponsor page
π¨βπ» λ ν¬μ£ΌμΈ - Author
π― λΌμ΄μ μ€ - License
MIT, See LICENSE.
2 years ago