Skip to content

Commit e312753

Browse files
authored
restore zh (#796)
1 parent a28ed29 commit e312753

13 files changed

+20
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -111,7 +111,7 @@ Rhino is the right choice if the domain of voice interactions is specific (limit
111111

112112
## Language Support
113113

114-
- English, French, German, Italian, Japanese, Korean, Portuguese, and Spanish.
114+
- English, French, German, Italian, Japanese, Korean, Mandarin, Portuguese, and Spanish.
115115
- Support for [additional languages is available for commercial customers](https://picovoice.ai/consulting/) on a case-by-case basis.
116116

117117
## Performance

lib/common/rhino_params_zh.pv

2.01 MB
Binary file not shown.

resources/.test/test_data.json

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -83,6 +83,16 @@
8383
"lugar": "cozinha"
8484
}
8585
}
86+
},
87+
{
88+
"language": "zh",
89+
"context_name": "simple_context_zh",
90+
"inference": {
91+
"intent": "shopping",
92+
"slots": {
93+
"vrucht": "香 蕉"
94+
}
95+
}
8696
}
8797
],
8898
"out_of_context": [
@@ -117,6 +127,10 @@
117127
{
118128
"language": "pt",
119129
"context_name": "luz_inteligente"
130+
},
131+
{
132+
"language": "zh",
133+
"context_name": "simple_context_zh"
120134
}
121135
]
122136
}
179 KB
Binary file not shown.
107 KB
Binary file not shown.
996 Bytes
Binary file not shown.
996 Bytes
Binary file not shown.
996 Bytes
Binary file not shown.
996 Bytes
Binary file not shown.
996 Bytes
Binary file not shown.

0 commit comments

Comments
 (0)