File size: 360 Bytes
4bba993 | 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 | # 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
|