hoangs commited on
Commit
d86d254
·
verified ·
1 Parent(s): 1e90554

Upload README.md

Browse files
Files changed (1) hide show
  1. README.md +16 -3
README.md CHANGED
@@ -1,3 +1,16 @@
1
- ---
2
- license: mit
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