Skip to content

API:Aromanize

fujaru edited this page Dec 9, 2017 · 10 revisions

Static Methods

hangulToLatin

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.

romanize

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.

Contents

Project Homepage
npm Repository

Documentation

  1. Transcription Rules
  2. API Documentation
    1. Aromanize
    2. String
  3. Developer Documentation
    1. Rulemaps
Clone this wiki locally