lingjzhu / charsiu

Charsiu: A neural phonetic aligner.
MIT License
275 stars 33 forks source link

Scripts to reproduce results from paper? #39

Open noetits opened 9 months ago

noetits commented 9 months ago

Would you have the scripts to reproduce the results from the papers (I'm particularly interested in table 2), or maybe the procedures to reproduce them from this repo?

noetits commented 9 months ago

sorry: https://github.com/lingjzhu/charsiu/blob/main/src/evaluation.py

noetits commented 9 months ago

In fact, it is not clear to me what format should be the input for evaluation, specifically, how to obtain the variable evaluation_pairs from predictions and ground truth. I didn't find where the class/functions defined are used in the repo