# viet-robot-command-intent-router A micro rule-based text classifier that maps short Vietnamese/English voice commands to a coarse intent label: - `clean_room` - `go_dock` - `play_music` - `answer_question` - `small_talk` - `other` Function: ```python route_intent(text: str) -> Intent ``` Intended as a toy baseline for intent routing. ## License MIT