Phonetizer Installation
Hi 👋,
I want to highlight that the GitHub repository lacks information about phonetizer installation.
will phonetizer installation be announced soon ?
Thank you for your efforts
Hello, I hope you're doing well.
We're in the final stages of preparing and announcing the challenge. In the meantime, the phonetizer script should now be working properly. You’ll just need to install the datasets and pandas libraries.
You can find the repository here:
https://github.com/Iqra-Eval/MSA_phonetiser
Please follow the instructions in the README. A command like the one below should work fine:
python run_phonetiser.py --input_type text --input_path ../../input.txt --output_type text --output_path ../../output.txt
Let me know if this addresses your concern or if you run into any issues.
thank you, it is working