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

keywordextractor

Package Overview
Dependencies
Maintainers
1
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

keywordextractor

This Library allows Developers to get Keywords from Text The input Text must be String and output would be list of Keywords

  • 2.0.0
  • PyPI
  • Socket score

Maintainers
1

[license]

Key Word Extractor

This Library allows Developers to get Keywords from Text The input Text must be String and output would be list of Keywords

  • I have did Webscrappping on a website that was providing this Feature and i brought has a package or module so you can use it

Installation

pip install keywordextractor

Usage

import sys
from keywordextractor.keywordextractor import KeyWordExtractor

text = """
    Hello! I’m Soumil Nitin Shah, a Software and Hardware Developer based 
    in New York City. I have completed by Bachelor in Electronic Engineering and
    my Double master’s in Computer and Electrical Engineering. I Develop Python Based Cross 
    Platform Desktop Application , Webpages , Software, REST API, Database and much more I 
    have more than 2 Years of Experience in Python
    """
d = KeyWordExtractor(text=text)
data = d.get
print(data)


Authors

  • Soumil Nitin Shah

Soumil Nitin Shah

Bachelor in Electronic Engineering | Masters in Electrical Engineering | Master in Computer Engineering |

Hello! I’m Soumil Nitin Shah, a Software and Hardware Developer based in New York City. I have completed by Bachelor in Electronic Engineering and my Double master’s in Computer and Electrical Engineering. I Develop Python Based Cross Platform Desktop Application , Webpages , Software, REST API, Database and much more I have more than 2 Years of Experience in Python

License

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

FAQs


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