Update README.md

This commit is contained in:
Dongji Gao 2023-09-17 21:11:34 -04:00 committed by GitHub
parent ccf0f4468e
commit 5e6593f6ab
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -40,10 +40,7 @@ After composing the modified WFST $G_{\text{otc}}(\mathbf{y})$ with $L$ and $T$,
The $\star$ is represented as the average probability of all non-blank tokens.
<p align="center">
<img src="figures/otc_emission.drawio.png" width="50%" />
OTC emission WFST
</p>
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.