1.0.2 • Published 4 years ago

ja-sentence v1.0.2

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

ja-sentence

A light-weight sentence tokenizer for Japanese.

Installation

npm install ja-sentence

Code Sample

import tokenizeJapaneseParagraph from 'ja-sentence';

var results = tokenizeJapaneseParagraph("えー!?くれるの?本当にいいの…?嬉しい!!");

console.log(results);

Other Languages

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