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