Skip to content

merchantrayyan/NACIL_ParsTranslate

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

15 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages