viet-robot-feedback-analyzer
A tiny helper that converts user feedback ratings into sentiment and priority signals.
Function:
analyze_feedback(rating: int, followup_flag: str) -> FeedbackAnalysis
Returns:
sentiment:negative,neutral, orpositiveneeds_followup: booleansuggested_priority: text such aslow,medium,high
Designed to work together with the viet-robot-user-feedback dataset.
License
MIT