-
Notifications
You must be signed in to change notification settings - Fork 3
API:Aromanize
fujaru edited this page Dec 9, 2017
·
10 revisions
since 0.1
hangulToLatin(text, rule = 'rr')
hangulToLatin(options)
Converts Hangul to Romaja (Latin script).
Options/Parameters:
-
text
string
Source string. -
rule
string
Romanization rule. See Transcription Rules for list of possible values.
since 0.1
romanize(text, rule = 'rr')
romanize(options)
Converts text to Romaja (Latin script).
This is an alias of Aromanize.hangulToLatin()
Options/Parameters:
-
text
string
Source string. -
rule
string
Romanization rule. See Transcription Rules for list of possible values.
Project Homepage
npm Repository
- Transcription Rules
- API Documentation
- Developer Documentation