1.0.1 • Published 3 years ago

kr-sentence v1.0.1

Weekly downloads
-
License
Apache-2.0
Repository
-
Last release
3 years ago

A light-weight sentence tokenizer for Korean. Supports both full-width and half-width punctuation marks.

Installation

npm install kr-sentence

Code Sample

import tokenizeKoreanParagraph from 'kr-sentence';

var results = tokenizeKoreanParagraph("저는 미국인이에요. 만나서 반갑습니다.");

console.log(results);

Other Languages

Python -> https://github.com/Rairye/kr-sentence