kr-sentence
v1.0.1
Published
Light-weight sentence tokenizer for Korean. Supports both full-width and half-width punctuation marks.
Downloads
3
Readme
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