This Library allows Developers to get Keywords from Text The input Text must be String and output would be list of Keywords
Project description
[]
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 |
- Website : https://soumilshah.herokuapp.com
- Github: https://github.com/soumilshah1995
- Linkedin: https://www.linkedin.com/in/shah-soumil/
- Blog: https://soumilshah1995.blogspot.com/
- Youtube : https://www.youtube.com/channel/UC_eOodxvwS_H7x2uLQa-svw?view_as=subscriber
- Facebook Page : https://www.facebook.com/soumilshah1995/
- Email : shahsoumil519@gmail.com
- projects : https://soumilshah.herokuapp.com/project
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
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distributions
Built Distribution
File details
Details for the file keywordextractor-2.0.0-py3-none-any.whl
.
File metadata
- Download URL: keywordextractor-2.0.0-py3-none-any.whl
- Upload date:
- Size: 16.0 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/2.0.0 pkginfo/1.5.0.1 requests/2.22.0 setuptools/41.4.0 requests-toolbelt/0.9.1 tqdm/4.36.1 CPython/3.7.3
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 61c1a41820ed3909d003ea2a7500a1c6181f0bb92d81f3a439581c2b46902992 |
|
MD5 | 8f4812bde220ed8b99c10ddae7e6b7d7 |
|
BLAKE2b-256 | f4c739919918cf48441bd05d355dc10e503fe5fd8d5a920614763a86cba6808b |