Socket
Socket
Sign inDemoInstall

keyword-extractor-korean

Package Overview
Dependencies
2
Maintainers
1
Versions
10
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

    keyword-extractor-korean

package that extract keyword from plain-text


Version published
Weekly downloads
2
Maintainers
1
Install size
847 kB
Created
Weekly downloads
 

Readme

Source

keyword-extractor-korean

For extracting keywords from plain-text(korean).

Install

npm install keyword-extractor-korean

Test

npm test

Usage

var keyword = require("keyword-extractor-korean"),
  extractor = keyword();

extractor('국가안전보장회의의 조직·직무범위 기타 필요한 사항은 법률로 정한다.');
// {'국가안전보장회의': 1, '조직': 1, '직무범위': 1,
//  '기타': 1, '필요': 1, '사항': 1, '법률': 1}

Options

to be update
동사 제거 기능도 추가될 예정

Keywords

FAQs

Last updated on 09 Nov 2015

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