Skip to content

Instantly share code, notes, and snippets.

@Hehehe421
Created March 27, 2024 16:34
Show Gist options
  • Save Hehehe421/4874769a6bc1180e1433bbe8a5990461 to your computer and use it in GitHub Desktop.
Save Hehehe421/4874769a6bc1180e1433bbe8a5990461 to your computer and use it in GitHub Desktop.
# Example usage
feedback_examples = [
"I'm really disappointed with the late delivery of my order. It was supposed to arrive last week!",
"Your support team did a fantastic job helping me resolve an issue with my account.",
"I found the pricing to be quite competitive compared to other brands."
]
for feedback in feedback_examples:
categorize_feedback(feedback)
print("-----")
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment