Research
Security News
Quasar RAT Disguised as an npm Package for Detecting Vulnerabilities in Ethereum Smart Contracts
Socket researchers uncover a malicious npm package posing as a tool for detecting vulnerabilities in Etherium smart contracts.
node-keyword-extractor
Advanced tools
[![NPM](https://nodei.co/npm/node-keyword-extractor.png)](https://nodei.co/npm/node-keyword-extractor/)
文章からキーワードを抽出する。 単純に形態素解析した結果だと形態素が細かくなってしまう場合があるため名詞連結を行っている。
npm install node-keyword-extractor
const keywordExtractor = require('node-keyword-extractor');
keywordExtractor.parse('すもももももももものうち').then(tokens => console.log(tokens));
[ { surface: 'すもも', features: '名詞,一般,*,*,*,*,すもも,スモモ' },
{ surface: 'も', features: '助詞,係助詞,*,*,*,*,も,モ' },
{ surface: 'もも', features: '名詞,一般,*,*,*,*,もも,モモ' },
{ surface: 'も', features: '助詞,係助詞,*,*,*,*,も,モ' },
{ surface: 'もも', features: '名詞,一般,*,*,*,*,もも,モモ' },
{ surface: 'の', features: '助詞,連体化,*,*,*,*,の,ノ' },
{ surface: 'うち', features: '名詞,非自立,副詞可能,*,*,*,うち,ウチ' } ]
FAQs
[![NPM](https://nodei.co/npm/node-keyword-extractor.png)](https://nodei.co/npm/node-keyword-extractor/)
We found that node-keyword-extractor demonstrated a not healthy version release cadence and project activity because the last version was released a year ago. It has 1 open source maintainer collaborating on the project.
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.
Research
Security News
Socket researchers uncover a malicious npm package posing as a tool for detecting vulnerabilities in Etherium smart contracts.
Security News
Research
A supply chain attack on Rspack's npm packages injected cryptomining malware, potentially impacting thousands of developers.
Research
Security News
Socket researchers discovered a malware campaign on npm delivering the Skuld infostealer via typosquatted packages, exposing sensitive data.