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

seo-keyword-finder

Package Overview
Dependencies
Maintainers
1
Versions
4
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

seo-keyword-finder

An npm package for SEO keyword extraction from text.

  • 1.0.4
  • latest
  • npm
  • Socket score

Version published
Weekly downloads
0
Maintainers
1
Weekly downloads
 
Created
Source

SEO Keyword Finder

SEO Keyword Finder is a Node.js package for extracting keywords from text for SEO purposes. It utilizes natural language processing (NLP) techniques to identify important keywords and phrases within a given input.

Installation

You can install the seo-keyword-finder package using npm:

Copy code
npm install seo-keyword-finder

Usage

Here's an example of how to use the seo-keyword-finder package in your Node.js application:

const extractKeywords = require('seo-keyword-finder');

const text = 'Your input paragraph goes here.';
const keywords = extractKeywords(text);
console.log(keywords);

The extractKeywords function takes a text input and returns an object containing the detected language and extracted keywords using different NLP libraries for improved accuracy.

Dependencies

natural: For tokenization and NLP processing. franc: For language detection. keyword-extractor: For additional keyword extraction capabilities. Contributing

Contributions are welcome! If you encounter any issues or have suggestions for improvements, please feel free to open an issue or submit a pull request on the GitHub repository.

License

This project is licensed under the MIT License - see the LICENSE file for details.

Keywords

FAQs

Package last updated on 07 Apr 2024

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