Skip to content

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

Notifications You must be signed in to change notification settings

soumilshah1995/KeyWordExtractor

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 

Repository files navigation

[license]

paypal

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

About

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

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages