Update README.md

This commit is contained in:
Dongji Gao 2023-09-17 21:03:21 -04:00 committed by GitHub
parent 61cf3c38c1
commit 6f18a7f3bb
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -41,12 +41,10 @@ After composing the modified WFST $G_{\text{otc}}(\mathbf{y})$ with $L$ and $T$,
</figure>
The $\star$ is represented as the average probability of all non-blank tokens.
<div style="text-align: center;">
<p align="center">
<img src="figures/otc_emission.drawio.png" alt="Image Alt Text" width="50%" />
OTC emission WFST
</p>
</div>
The weight of $\star$ is the log average probability of "a" and "b": $\log \frac{e^{-1.2} + e^{-2.3}}{2} = -1.6$ and $\log \frac{e^{-1.9} + e^{-0.5}}{2} = -1.0$ for 2 frames.