Korean language support for GLOST - helper functions
npm install glost-kobash
npm install glost-ko glost glost-common
or
pnpm add glost-ko glost glost-common
`
Features
- Helper Functions: Convenience functions for creating Korean GLOST word nodes
- Romanization Support: Built-in support for Revised Romanization (RR)
Usage
$3
`typescript
import { createKoreanWord } from 'glost-ko';
const word = createKoreanWord({
text: '안녕하세요',
romanization: 'annyeonghaseyo',
partOfSpeech: 'interjection'
});
``