kr-sentence

1.0.1 • Public • Published

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

Package Sidebar

Install

npm i kr-sentence

Weekly Downloads

0

Version

1.0.1

License

Apache-2.0

Unpacked Size

4.41 kB

Total Files

4

Last publish

Collaborators

  • rairye-nlp