Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

keyword-extractor-korean

Package Overview
Dependencies
Maintainers
1
Versions
10
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

keyword-extractor-korean

package that extract keyword from plain-text

  • 0.3.2
  • latest
  • Source
  • npm
  • Socket score

Version published
Weekly downloads
0
decreased by-100%
Maintainers
1
Weekly downloads
 
Created
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

Package last updated on 09 Nov 2015

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

SocketSocket SOC 2 Logo

Product

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

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc