File size: 360 Bytes
d86d254 | 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 | # viet-robot-language-detector
A micro language detector for Vietnamese home-robot commands.
The `detect_language(text: str)` function returns:
- `vi` – mostly Vietnamese (with diacritics)
- `en` – mostly English letters
- `mix` – mixture of both
- `unknown` – none of the above
This is a tiny heuristic meant for demos only.
## License
MIT
|