Send Moses-support mailing list submissions to
moses-support@mit.edu
To subscribe or unsubscribe via the World Wide Web, visit
http://mailman.mit.edu/mailman/listinfo/moses-support
or, via email, send a message with subject or body 'help' to
moses-support-request@mit.edu
You can reach the person managing the list at
moses-support-owner@mit.edu
When replying, please edit your Subject line so it is more specific
than "Re: Contents of Moses-support digest..."
Today's Topics:
1. Post-doctoral Researcher Job Advertisement (Ergun Bicici)
2. Parallel FDA5 WMT'14 Datasets (Ergun Bicici)
3. mosesserver -xml-input exclusive segmentation fault (Yusup Ashrap)
4. Re: mosesserver -xml-input exclusive segmentation fault (Tom Hoar)
----------------------------------------------------------------------
Message: 1
Date: Fri, 5 Sep 2014 10:59:32 +0000
From: Ergun Bicici <Ergun.Bicici@computing.dcu.ie>
Subject: [Moses-support] Post-doctoral Researcher Job Advertisement
To: moses-support <moses-support@mit.edu>
Cc: Qun LIU <qliu@computing.dcu.ie>
Message-ID:
<CAB2pGncgB9BNXEHQ8+aFxf1T7mX6XO=iC2+aM3+yhfOpK4ctCw@mail.gmail.com>
Content-Type: text/plain; charset="utf-8"
We have a post-doctoral researcher position for the following project:
- *Monolingual and Bilingual Text Quality Judgments with Translation
Performance Prediction, 2014-2015*
<http://www.computing.dcu.ie/~ebicici/Projects/TIDA_RTM.html>
SFI project funded by Technology Innovation Development Award (TIDA).
Position is for 6 months. Salary is 37,750 Euros on a yearly basis. Application
deadline is 19 September, 2014.
http://www.dcu.ie/sites/default/files/hr/Postdoctoral%20Researcher%20CNGL.pdf
<http://www.google.com/url?q=http%3A%2F%2Fwww.dcu.ie%2Fsites%2Fdefault%2Ffiles%2Fhr%2FPostdoctoral%2520Researcher%2520CNGL.pdf&sa=D&sntz=1&usg=AFQjCNG9o-MpZ5dtLh0CUUkrb9379H05mA>
Regards,
Ergun
Ergun Bicici
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://mailman.mit.edu/mailman/private/moses-support/attachments/20140905/4a88f2f4/attachment-0001.htm
------------------------------
Message: 2
Date: Fri, 5 Sep 2014 11:17:14 +0000
From: Ergun Bicici <Ergun.Bicici@computing.dcu.ie>
Subject: [Moses-support] Parallel FDA5 WMT'14 Datasets
To: moses-support <moses-support@mit.edu>
Message-ID:
<CAB2pGndqMz0_A+yEeyRu5ym6V--g5jcjemvyJN54PWmdYafneg@mail.gmail.com>
Content-Type: text/plain; charset="utf-8"
Parallel FDA5 WMT'14 Datasets
Dear moses-list,
We make the English, Czech, French, German, and Russian datasets we used
when building Parallel FDA5 Moses SMT systems for research purposes,
available at:
https://github.com/bicici/ParFDA5WMT
Results are presented in the citation provided below.
Citation:
Ergun Bi?ici, Qun Liu, and Andy Way. Parallel FDA5 for Fast Deployment of
Accurate Statistical Machine Translation Systems. In Proceedings of the
Ninth Workshop on Statistical Machine Translation, Baltimore, USA, June
2014. Association for Computational Linguistics.
The datasets and the SMT results can serve as a benchmark for SMT research
where further linguistic processing can be performed to see whether the
results can be improved. The datasets allow fast deployment of accurate SMT
systems and can be used for benchmarking the performance of SMT systems.
Language models were built using SRILM (
http://www.speech.sri.com/projects/srilm/). Language model corpora used
contain 15M sentences some of which are selected from LDC Gigaword corpora
by the Parallel FDA5 algorithm:
[4 use the LDC English Gigaword 5th edition]
- Czech - English: 2.13 million sentences from LDC English Gigaword, ~1.69
%.
- French - English: 2.49 million sentences from LDC English Gigaword, ~1.97
%
- German - English: 2.57 million sentences from LDC English Gigaword, ~2.03
%
- Russian - English: 3.34 million sentences from LDC English Gigaword,
~2.64 %
[1 use the LDC French Gigaword 3rd edition]
- English - French: 0.47 million sentences from LDC French Gigaword, ~1.93 %
Work using the datasets:
------------------------
- Ergun Bi?ici, Qun Liu, and Andy Way. Parallel FDA5 for Fast Deployment of
Accurate Statistical Machine Translation Systems. In Proceedings of the
Ninth Workshop on Statistical Machine Translation, Baltimore, USA, June
2014. Association for Computational Linguistics.
- Ergun Bi?ici (contributor), ?Quality Estimation for Extending Good
Translations?, QTLaunchPad Deliverable:
http://www.qt21.eu/launchpad/deliverable/quality-estimation-extending-good-translations
- Ergun Bi?ici, High Quality Machine Translation with ITERPE, 2014. Note:
Dublin City University Invention Disclosure.
LICENSE:
CNGL License for Open Data allowing use for research and academic purposes.
Best Regards,
Ergun
Ergun Bi?ici, CNGL, School of Computing, DCU, www.cngl.ie, Phone:
+353-1-700-6711
http://www.computing.dcu.ie/~ebicici/
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://mailman.mit.edu/mailman/private/moses-support/attachments/20140905/40989945/attachment-0001.htm
------------------------------
Message: 3
Date: Fri, 5 Sep 2014 19:54:01 +0800
From: Yusup Ashrap <aphawk@gmail.com>
Subject: [Moses-support] mosesserver -xml-input exclusive segmentation
fault
To: moses-support@mit.edu
Message-ID:
<CADSMiU83f9DxgKb_gArspdav2M9FEqK7fNQ5USrTP1g=S5pdQg@mail.gmail.com>
Content-Type: text/plain; charset="utf-8"
Hi All,
I am having problems with using mosesserver with xml-input flag.
mosesserver works fine without adding tagged words, but with tagged words
it quits with a segmentation fault.
I added detailed issue on github.
https://github.com/moses-smt/mosesdecoder/issues/73
I started server using this following command.
#./mosesserver -xml-input exclusive -f moses.ini
and I invoke translation service with my python xml-rpc code.
'? ? ? <np translation="?????" >??</np>'
after this mosesserver quitted with a segmentation fault without any
detailed stacktrace.
Error is just one line and I could get any related info from google or
mailing list.
Could you tell me what possibly went wrong or what should I need to make
this work?
--
Best Regards
Yusup Ashrap
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://mailman.mit.edu/mailman/private/moses-support/attachments/20140905/aa1614eb/attachment-0001.htm
------------------------------
Message: 4
Date: Fri, 05 Sep 2014 19:28:56 +0700
From: Tom Hoar <tahoar@precisiontranslationtools.com>
Subject: Re: [Moses-support] mosesserver -xml-input exclusive
segmentation fault
To: moses-support@mit.edu
Message-ID: <5409AC88.1050407@precisiontranslationtools.com>
Content-Type: text/plain; charset="utf-8"
Have you run this through the standard moses binary to see if it's a
mosesserver or shared xml-input problem?
Also, you're forcing Chinese characters to Arabic/Persian script. Does
your text include the non-printing left-to-right and right-to-left
characters?
On 09/05/2014 06:54 PM, Yusup Ashrap wrote:
> Hi All,
>
> I am having problems with using mosesserver with xml-input flag.
> mosesserver works fine without adding tagged words, but with tagged
> words it quits with a segmentation fault.
>
> I added detailed issue on github.
> https://github.com/moses-smt/mosesdecoder/issues/73
>
> I started server using this following command.
> #./mosesserver -xml-input exclusive -f moses.ini
>
> and I invoke translation service with my python xml-rpc code.
>
>
>
> | '? ? ? <np translation="?????" >??</np>'|
>
> after this mosesserver quitted with a segmentation fault without any
> detailed stacktrace.
>
>
>
>
> Error is just one line and I could get any related info from google or
> mailing list.
>
> Could you tell me what possibly went wrong or what should I need to
> make this work?
>
>
>
>
>
>
> --
> Best Regards
> Yusup Ashrap
>
>
>
> _______________________________________________
> Moses-support mailing list
> Moses-support@mit.edu
> http://mailman.mit.edu/mailman/listinfo/moses-support
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://mailman.mit.edu/mailman/private/moses-support/attachments/20140905/7dbf700d/attachment.htm
------------------------------
_______________________________________________
Moses-support mailing list
Moses-support@mit.edu
http://mailman.mit.edu/mailman/listinfo/moses-support
End of Moses-support Digest, Vol 95, Issue 8
********************************************
Subscribe to:
Post Comments (Atom)
0 Response to "Moses-support Digest, Vol 95, Issue 8"
Post a Comment