New Research: Supply Chain Attack on Axios Pulls Malicious Dependency from npm.Details
Socket
Book a DemoSign in
Socket

tiny-segmenter

Package Overview
Dependencies
Maintainers
1
Versions
1
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

tiny-segmenter

Super compact Japanese tokenizer in Javascript. http://chasen.org/~taku/software/TinySegmenter/

latest
Source
npmnpm
Version
0.2.0
Version published
Weekly downloads
12K
-5.2%
Maintainers
1
Weekly downloads
 
Created
Source

tiny-segmenter

Mirror of TinySegmenter, the super compact Japanese tokenizer in Javascript.

For publishing it as an npm package.

Install

npm i tiny-segmenter --save

Usage

// sample code from http://chasen.org/~taku/software/TinySegmenter/
var segmenter = new TinySegmenter(); // インスタンス生成
var segs = segmenter.segment("私の名前は中野です"); // 単語の配列が返る
console.log(segs.join(" | ")); // 表示

Keywords

tiny

FAQs

Package last updated on 20 Oct 2016

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts