glost-ko
v0.1.0
Published
Korean language support for GLOST - helper functions
Maintainers
Readme
glost-ko
Korean language support for GLOST (Glossed Syntax Tree).
Overview
This package provides Korean-specific helper functions for the GLOST framework.
Installation
npm install glost-ko glost glost-common
# or
pnpm add glost-ko glost glost-commonFeatures
- Helper Functions: Convenience functions for creating Korean GLOST word nodes
- Romanization Support: Built-in support for Revised Romanization (RR)
Usage
Creating Korean Words
import { createKoreanWord } from 'glost-ko';
const word = createKoreanWord({
text: '안녕하세요',
romanization: 'annyeonghaseyo',
partOfSpeech: 'interjection'
});License
MIT
