Code Repository for the paper "Connecting the Persian-speaking World through Transliteration"
.
|-- train # Files required to train model using DeepPhonemizer
| |-- fa_tj # Training Farsi to Tajik model
| | |-- fa_tj_config.yaml # Config file required for DeepPhonemizer
| | |-- train_fatj.py # Python file to train a model with DeepPhonemizer
| |-- tj_fa # Training Tajik to Farsi model
| | |-- train_tjfa.py
| | |-- tj_fa_config.yaml
| |-- models
| | |-- dp_fatg.pt # Farsi to Tajik model checkpoint
| | |-- dp_tgfa.pt # Tajik to Farsi model checkpoint
| | |-- example.py # Example script demonstrating model usage with Deep Phonemizer
|-- analysis # Files to conduct analysis on model predictions
| | |-- calculator.py
| | |-- chrF++.py