UNPKG

koroman

Version:

KOROMAN: Korean Romanizer with pronunciation rules based on 국립국어원 표기법

39 lines (36 loc) 838 B
// js/koroman.mjs // KOROMAN: Korean Romanizer (ESM Entry) import { romanize, splitHangulToJamos, composeJamos, formatRoman, applyPronunciationRules, applyRomanMapping, applyRomanMappingWithHyphen, applyCustomDictionary, restoreCustomDictionary, setCustomDictionary, addCustomDictionary, removeCustomDictionaryEntry, clearCustomDictionary, getCustomDictionary, normalizeCasingOption } from './koroman.core.js'; export { romanize, splitHangulToJamos, composeJamos, formatRoman, applyPronunciationRules, applyRomanMapping, applyRomanMappingWithHyphen, applyCustomDictionary, restoreCustomDictionary, setCustomDictionary, addCustomDictionary, removeCustomDictionaryEntry, clearCustomDictionary, getCustomDictionary, normalizeCasingOption };