Socket
Socket
Sign inDemoInstall

juman-bin

Package Overview
Dependencies
270
Maintainers
1
Versions
3
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

    juman-bin

juman wrapper that makes it seamlessly available as a local dependency


Version published
Weekly downloads
3
decreased by-75%
Maintainers
1
Created
Weekly downloads
 

Readme

Source

juman-bin

juman is a User-Extensible Morphological Analyzer for Japanese.

Install

$ npm install --save juman-bin

Usage

const { exec } = require('child_process');
const juman = require('juman-bin');

exec(`echo ラーメン大好き | ${juman}`, (err, stdout) => {
  console.log(stdout);
  // =>
  // ラーメン らーめん ラーメン 名詞 6 普通名詞 1 * 0 * 0 "代表表記:ラーメン/らーめん カテゴリ:人工物-食べ物 ドメイン:料理・食事"
  // 大好き だいすき 大好きだ 形容詞 3 * 0 ナノ形容詞 22 語幹 1 "代表表記:大好きだ/だいすきだ"
  // EOS
});

License

MIT

Keywords

FAQs

Last updated on 11 May 2017

Did you know?

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

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc