Simple keyword extraction from the text
python3 / re (regular expression)
python3 simple-keyword-extractor.py******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']