Toggle navigation
Toggle navigation
此项目
正在载入...
Sign in
xuning
/
sherpaonnx
转到一个项目
Toggle navigation
项目
群组
代码片段
帮助
Toggle navigation pinning
Project
Activity
Repository
Pipelines
Graphs
Issues
0
Merge Requests
0
Wiki
Network
Create a new issue
Builds
Commits
Authored by
YeyuchenBa
2024-10-18 18:07:51 +0800
Browse Files
Options
Browse Files
Download
Email Patches
Plain Diff
Committed by
GitHub
2024-10-18 18:07:51 +0800
Commit
bcaa91ed36a76b2735e9ea308228d9c7bd93a584
bcaa91ed
1 parent
1af8ad89
update java for hotword jar (#1444)
--------- Co-authored-by: root <1552138571@qq.com>
隐藏空白字符变更
内嵌
并排对比
正在显示
1 个修改的文件
包含
4 行增加
和
2 行删除
sherpa-onnx/java-api/src/com/k2fsa/sherpa/onnx/OfflineModelConfig.java
sherpa-onnx/java-api/src/com/k2fsa/sherpa/onnx/OfflineModelConfig.java
查看文件 @
bcaa91e
...
...
@@ -160,12 +160,14 @@ public class OfflineModelConfig {
return
this
;
}
public
void
setModelingUnit
(
String
modelingUnit
)
{
public
Builder
setModelingUnit
(
String
modelingUnit
)
{
this
.
modelingUnit
=
modelingUnit
;
return
this
;
}
public
void
setBpeVocab
(
String
bpeVocab
)
{
public
Builder
setBpeVocab
(
String
bpeVocab
)
{
this
.
bpeVocab
=
bpeVocab
;
return
this
;
}
}
}
\ No newline at end of file
...
...
请
注册
或
登录
后发表评论