-
作者您好:
如果我想在您代码基础上,使用WFST或者Beam-Search完成` **拼音** 到 **汉字** 的解码,我需要做些什么?
例如:首先我要获得每个输入拼音状态下对应字典中汉字的一个概率分布(示例中的score.txt中每个状态的batch=3,6,8,11是什么意思)
然后我还需要为代码提供哪些东西来完成拼音到汉字的解码呢?…
-
Hi,
Seems a great app, except a problem discovered:
Message continuously pops up as Unable to open file with SFTP-31 11.
Any solution please?
-
github不能follow group和topic。。很猥琐。只能自己收录咯。
## github topic
| 机器学习 | text | vision | speech | 工具 | 算法 数据结构 | 系统 | math |
|------------------------------------------------------------------------…
-
I learnt Leaflet since two years, for my own, and Javascript at the same time, and I spend this time thinking too:
how I could use Leaflet as a true GIS, where you draw lines, points and areas and…
-
Writing code in Rust is fun, but writing it in Python is more fun... but for many use cases (i.e. training or constructing WFSTs for language modeling) we need the log semiring which is only accessibl…
-
I used the plugin for the first time. Very nice. We can filter "LIKE" with "CQL" filter in geoserver(http://docs.geoserver.org/stable/en/user/tutorials/cql/cql_tutorial.html). Is it possible to add th…
-
Hi. I apologize if this is not the right place to post a question, but I wasn't sure where to post it.
I have a few questions about JoinAP from Zhu et al 2021 (https://arxiv.org/pdf/2107.05038.pdf)…
-
I have a GeoServer installation on top of a PostGIS database. I am trying to set up a leaflet webmap (using Leaflet WFS-T plugin) so that I can insert, update and delete polygon features. I have manag…
-
First, thanks for your help all the time. And I have been being confused by the modeled units all the time .For instance : The unit.txt
![image](https://cloud.githubusercontent.com/assets/17527574/16…
-
pip install wenet
```
import wenet
model = wenet.from_pretrained("wenetspeech")
# for single infer
wav = 'example.wav'
model.recognize(wav, methods = "ctc_prefix_beam_search")
# for b…
Mddct updated
2 years ago