https://github.com/kensuke-mitsuzawa/mt_per_en
Machine translation between persian and english
https://github.com/kensuke-mitsuzawa/mt_per_en
Last synced: about 2 months ago
JSON representation
Machine translation between persian and english
- Host: GitHub
- URL: https://github.com/kensuke-mitsuzawa/mt_per_en
- Owner: Kensuke-Mitsuzawa
- Created: 2013-11-19T03:04:22.000Z (over 11 years ago)
- Default Branch: master
- Last Pushed: 2013-11-20T19:33:44.000Z (over 11 years ago)
- Last Synced: 2025-01-19T11:30:20.668Z (4 months ago)
- Language: Shell
- Size: 105 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
#Machine Translation model between Persian and English
#Files you need
* TEP: Teheran English Parallel corpus, you can download form OPUS project page(download command is written in get\_parallel.sh)
* TMC: Teheran Monollingual Corpus, this corpus is needed to construct language model on persian side. This corpus is not open to public. You can contact project leader [Mr.Mohammad Taher Pilehvar](http://www.pilevar.com/taher/) and [TMC introduction page](http://ece.ut.ac.ir/nlp/resources.htm)
* Python\_virastar: transliteration library between arabic character and roman character. [About detail](https://github.com/Kensuke-Mitsuzawa/Python_viraster)#Usage
First you have to put unpacked TMC directory in ````./unziped_moses/lm_model/````.
Next, you need to select MOSES path in your environment(rewrites path in ./get\_parallel.sh)
And, finally run ./get\_parallel.sh .