Please use the following text to cite this item or export to a predefined format:
Tamchyna, Aleš; Dušek, Ondřej and Rosa, Rudolf, 2013,
MTMonkey, LINDAT/CLARIAH-CZ digital library at the Institute of Formal and Applied Linguistics (ÚFAL),
http://hdl.handle.net/11858/00-097C-0000-0022-AAF5-B.
| dc.contributor.author | Tamchyna, Aleš |
| dc.contributor.author | Dušek, Ondřej |
| dc.contributor.author | Rosa, Rudolf |
| dc.date.accessioned | 2013-08-14T10:52:07Z |
| dc.date.available | 2013-08-14T10:52:07Z |
| dc.date.issued | 2013-08-13 |
| dc.description | MTMonkey is a web service which handles and distributes JSON-encoded HTTP requests for machine translation (MT) among multiple machines running an MT system, including text pre- and post processing. It consists of an application server and remote workers which handle text processing and communicate translation requests to MT systems. The communication between the application server and the workers is based on the XML-RPC protocol. |
| dc.description.sponsorship | The research leading to these results has received funding from the European Union Seventh Framework Programme (FP7/2007-2013) under grant agreement n° 257528 (KHRESMOI). This work has been using language resources developed and/or stored and/or distributed by the LINDAT-Clarin project of the Ministry of Education of the Czech Republic (project LM2010013). This work has been supported by the AMALACH grant (DF12P01OVV02) of the Ministry of Culture of the Czech Republic. |
| dc.identifier.uri | http://hdl.handle.net/11858/00-097C-0000-0022-AAF5-B |
| dc.publisher | Charles University, Faculty of Mathematics and Physics, Institute of Formal and Applied Linguistics (UFAL) |
| dc.relation | info:eu-repo/grantAgreement/EC/FP7/257528 |
| dc.rights | Apache License 2.0 |
| dc.rights.label | PUB |
| dc.rights.uri | http://opensource.org/licenses/Apache-2.0 |
| dc.source.uri | https://github.com/ufal/mtmonkey |
| dc.subject | machine translation |
| dc.subject | distributed computing |
| dc.subject | web service |
| dc.subject | infrastructure |
| dc.title | MTMonkey |
| dc.type | toolService |
| local.branding | LINDAT / CLARIAH-CZ |
| local.files.count | 1 |
| local.files.size | 118200 |
| local.has.files | yes |
| local.sponsor | euFunds FP7-ICT-2010-6-257528 European Union Khresmoi info:eu-repo/grantAgreement/EC/FP7/257528 |
| local.sponsor | nationalFunds LM2010013 Ministerstvo školství, mládeže a tělovýchovy České republiky LINDAT/CLARIN: Institut pro analýzu, zpracování a distribuci lingvistických dat |
| local.sponsor | nationalFunds DF12P01OVV022 Ministerstvo kultury České republiky Zpřístupnění rozsáhlého video archivu kulturního dědictví pomocí metod automatického rozpoznávání mluvené řeči a strojového překladu. (AMALACH) |
| metashare.ResourceInfo#ContactInfo#PersonInfo#OrganizationInfo#CommunicationInfo.email | odusek@ufal.mff.cuni.cz |
| metashare.ResourceInfo#ContactInfo#PersonInfo#OrganizationInfo.organizationName | Charles University in Prague, UFAL |
| metashare.ResourceInfo#ContactInfo#PersonInfo.givenName | Ondřej |
| metashare.ResourceInfo#ContactInfo#PersonInfo.surname | Dušek |
| metashare.ResourceInfo#ContentInfo.description | MTMonkey is a web service which handles and distributes JSON-encoded HTTP requests for machine translation (MT) among multiple machines running an MT system, including text pre- and post processing. It consists of an application server and remote workers which handle text processing and communicate translation requests to MT systems. The communication between the application server and the workers is based on the XML-RPC protocol. |
| metashare.ResourceInfo#ContentInfo.detailedType | infrastructure |
| metashare.ResourceInfo#ContentInfo.resourceType | toolService |
| metashare.ResourceInfo#DistributionInfo#LicenseInfo.distributionAccessMedium | downloadable |
| metashare.ResourceInfo#DistributionInfo#LicenseInfo.license | Apache License 2.0 |
| metashare.ResourceInfo#DistributionInfo#LicenseInfo.restrictionsOfUse | attribution |
| metashare.ResourceInfo#DistributionInfo.availability | restrictedUse |
| metashare.ResourceInfo#IdentificationInfo.resourceName | MTMonkey |
| metashare.ResourceInfo#ResourceComponentType#ToolServiceInfo.languageDependent | false |
| metashare.ResourceInfo#ResourceCreationInfo#FundingInfo#ProjectInfo.fundingType | #1-euFunds |
| metashare.ResourceInfo#ResourceCreationInfo#FundingInfo#ProjectInfo.fundingType | #2-nationalFunds |
| metashare.ResourceInfo#ResourceCreationInfo#FundingInfo#ProjectInfo.fundingType | #3-nationalFunds |
| metashare.ResourceInfo#ResourceCreationInfo#FundingInfo#ProjectInfo.projectName | #1-The KHRESMOI Project (EU 7th Framework Programme grant agreement no. 257528) |
| metashare.ResourceInfo#ResourceCreationInfo#FundingInfo#ProjectInfo.projectName | #2-LINDAT-CLARIN project (LM2010013) |
| metashare.ResourceInfo#ResourceCreationInfo#FundingInfo#ProjectInfo.projectName | #3-AMALACH project (DF12P01OVV02 of the Ministry of Culture of Czech Republic) |
| metashare.ResourceInfo#ValidationInfo.validated | True |
Collections
Files in this item
- Name
- mtmonkey.1.0.tar.gz
- Size
- 115.43 KB
- Format
- application/x-gzip
- Description
- MTMonkey version 1.0
- MD5
- ba8ef38932e5b57c9c6ad31474709d78

- worker
- src
- worker.py2 kB
- util
- nonbreaking_prefixes
- nonbreaking_prefix.fr1007 B
- nonbreaking_prefix.en1 kB
- nonbreaking_prefix.cs2 kB
- nonbreaking_prefix.es1 kB
- nonbreaking_prefix.de1 kB
- __init__.py0 B
- fileprocess.py879 B
- split_sentences.py6 kB
- tokenize.py5 kB
- detokenize.py5 kB
- nonbreaking_prefixes
- tasks
- __init__.py0 B
- translate.py2 kB
- src
- scripts
- run_appserver641 B
- run_all108 B
- check_updates1 kB
- run_moses643 B
- test.py2 kB
- test_ext1 kB
- run_worker773 B
- autorun1 kB
- moses_setenv.sh394 B
- install
- README.md4 kB
- install_virtualenv.sh820 B
- khresmoi2 kB
- khresmoi.crontab357 B
- prepare_worker.sh917 B
- config-example
- worker.cfg53 B
- appserver.cfg236 B
- config_remote.sh46 B
- config_moses.sh263 B
- appserver
- src
- appserver.py5 kB
- src
- web-client
-
- README.md925 B
- LICENSE.txt651 B

