hoangs's picture
Upload README.md
d86d254 verified
# 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