New Research: Supply Chain Attack on Axios Pulls Malicious Dependency from npm.Details →
Socket
Book a DemoSign in
Socket

glost-ko

Package Overview
Dependencies
Maintainers
1
Versions
7
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

glost-ko

Korean language support for GLOST - helper functions

latest
Source
npmnpm
Version
0.1.8
Version published
Weekly downloads
311
270.24%
Maintainers
1
Weekly downloads
 
Created
Source

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-common

Features

  • 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

Keywords

glost

FAQs

Package last updated on 27 Mar 2026

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts