ja-sentence
v1.0.2
Published
Light-weight sentence tokenizer for Japanese.
Downloads
1
Maintainers
Readme
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