Skip to content

positive235/simple_keyword_extraction

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Simple Keyword Extraction

Simple keyword extraction from the text

Built with

python3 / re (regular expression)

How to run

python3 simple-keyword-extractor.py

Example

******SIMPLE KEYWORD EXTRACTOR******

Enter text to extract keywords (To stop, enter 0):After I got my Caramel Ribbon Crunch and S’mores Frappes, I was elated! The sweetness and crunch was so satisfying and not too sweet, not to mention they were beautifully made and topped with a mountain of cool whip (I love cool whip). The balance of Carmel and coffee doesn’t always work out, and is often too sweet, but I could not put it down. The service was amazing and I wish I could just say thank you to the man in the windows! I would definitely recommend adding the crunch to your next Carmel Frappe, it was divine.

Keywords: ['caramel', 'ribbon', 'crunch', 'smores', 'frappes', 'elated', 'sweetness', 'crunch', 'satisfying', 'sweet', 'mention', 'beautifully', 'made', 'topped', 'mountain', 'cool', 'whip', 'love', 'cool', 'whip', 'balance', 'carmel', 'coffee', 'always', 'work', 'often', 'sweet', 'could', 'put', 'service', 'amazing', 'wish', 'could', 'say', 'thank', 'man', 'windows', 'definitely', 'recommend', 'adding', 'crunch', 'next', 'carmel', 'frappe', 'divine']

About

simple keyword extraction from the text

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors

Languages