Barry Haddow
3cabb98c40
bug fix to lex reordering training
...
submitted by Christoffer Tanner (via Sara Stymne)
2012-01-09 20:46:21 +00:00
Hieu Hoang
80b16f0f6a
xcode
2012-01-08 23:17:55 +07:00
Hieu Hoang
7ade14b16e
xcode
2012-01-08 23:17:17 +07:00
Hieu Hoang
98fc6d9917
xcode
2012-01-08 14:36:54 +07:00
Hieu Hoang
7840ca9eef
xcode
2012-01-08 14:19:23 +07:00
Hieu Hoang
81569aeead
xcode
2012-01-08 14:17:29 +07:00
Hieu Hoang
3aa77c1786
error message
2012-01-04 23:29:31 +07:00
Hieu Hoang
74194d9d90
Sample java client for moses server. By Marwen Azouzi
2012-01-03 22:17:12 +07:00
Hieu Hoang
d0f91a6c89
support for mgiza, without having to install giza++ as well. By Marwen Azouzi
2012-01-03 22:14:57 +07:00
Hieu Hoang
5877046b9c
abort if threading with irst
2011-12-30 17:36:32 +07:00
Hieu Hoang
c80ccc1557
Merge branch 'master' of github.com:moses-smt/mosesdecoder
2011-12-29 19:48:03 +07:00
Hieu Hoang
776dfae384
observe max-phrase-length, as reported by Lang Jun
2011-12-29 19:47:44 +07:00
Hieu Hoang
97782ca1ea
mgiza exec, according to Marwen Azouzi
2011-12-27 12:08:52 +07:00
Hieu Hoang
216af91d1f
Merge branch 'master' of github.com:moses-smt/mosesdecoder
2011-12-26 17:26:39 +07:00
Hieu Hoang
e05eaf1419
visual studio
2011-12-26 17:25:13 +07:00
cservan
232c092d70
update the script from the new mert-moses.pl
2011-12-23 13:34:19 +01:00
cservan
fa107dda85
Fix the memory overflow
2011-12-23 11:14:34 +01:00
Philipp Koehn
9ad88ea09e
allow for mix of interpolated and non-interpolated language models
2011-12-23 05:16:29 +00:00
Philipp Koehn
8d9c93e1aa
allow for more than 10 language models by explicit or automatic grouping
2011-12-22 00:37:46 +00:00
Philipp Koehn
b9622d0da3
better error message when no corpus defined, better integration of IRSTLM training
2011-12-21 05:50:59 +00:00
Philipp Koehn
edd9c44519
updates to EMS: mteval-v13a.pl, parallel preparation, better paths and defaults in examples
2011-12-21 04:26:27 +00:00
Kenneth Heafield
7cc6947e55
Attempt to fix Stephan Walter's bug report
2011-12-20 23:12:35 -05:00
Philipp Koehn
9ab5ac306b
first cimmit to github: enable parallel data preparation in ems
2011-12-21 01:04:11 +00:00
Hieu Hoang
a6229dd52f
move some functions to .hh file for easier integration with other products
2011-12-20 16:44:45 +07:00
Barry Haddow
96217a0985
Fix handling of scientific notation
2011-12-19 15:27:54 +00:00
Barry Haddow
8674a976be
Merge branch 'master' of github.com:moses-smt/mosesdecoder
2011-12-16 17:01:06 +00:00
bhaddow
cd7d629297
Add option to lowercase input
2011-12-16 17:00:13 +00:00
Kenneth Heafield
71a38006b1
Oops kept -x
2011-12-13 09:36:59 -05:00
Kenneth Heafield
4dbc848363
More paranoia about which
2011-12-13 09:36:23 -05:00
Kenneth Heafield
3e7e101d98
Try working around John Morgan's which command
2011-12-13 08:54:15 -05:00
Barry Haddow
8651e17893
update extractor tests after duplicate removal
2011-12-13 08:58:23 +00:00
Kenneth Heafield
c307590cbd
Add tagged layout to Boost example. Thanks Rasul.
2011-12-12 18:03:26 -05:00
Hieu Hoang
575168c277
uint -> size_t
2011-12-12 23:27:27 +07:00
Hieu Hoang
b9c5a51f95
revert
2011-12-12 20:57:48 +07:00
Hieu Hoang
753eebd959
revert
2011-12-12 20:48:42 +07:00
Hieu Hoang
bcaaf23df2
uint -> size_t
2011-12-12 19:13:32 +07:00
Thomas1205
b0c54c3ab7
Merge pull request #6 from Thomas1205/master
...
Duplicate Removal in MERT
2011-12-12 03:41:39 -08:00
Hieu Hoang
0e73afdc53
tyop
2011-12-12 14:06:20 +07:00
root
8327cce73b
script to train LM with IRST in the EMS. A bit of a hack to make it look like SRI
2011-12-12 13:32:20 +07:00
Thomas Schoenemann
e2c6f772b6
adding duplicate removal (changes marked)
2011-12-09 15:08:00 +01:00
Tetsuo Kiso
43e4aaceb7
Oops, forgot to move 'use strict' to the beginning of the script.
2011-12-09 02:39:02 +09:00
Tetsuo Kiso
5e45a34520
Minor change: make concatenatiton operations on filenames portable.
2011-12-09 02:14:41 +09:00
Tetsuo Kiso
ebdb4efd1b
Fix bug on MERT Perl script when working directory is not specified.
...
If you set a working directory from the command line option,
the script works fine.
However, if you don't, the script will crash when calling a function
`create_extractor_script()' which creates shell script for the following
MERT iterations due to the inconsistency between path to default working
directory and Perl interpreter's current directory.
So, We assume that the default working directory used in the script
will be set to "`pwd`/mert-work".
2011-12-09 02:10:40 +09:00
Tetsuo Kiso
442ddb7458
Pass by reference.
2011-12-08 14:18:37 +09:00
Tetsuo Kiso
61568a602d
Add explicit
2011-12-08 14:17:39 +09:00
Kenneth Heafield
e99f42f70b
Also support just clean...
2011-12-05 11:09:48 +00:00
Kenneth Heafield
2c53b59def
Clean train-model-perl even if --with-giza isn't passed.
2011-12-05 11:01:34 +00:00
Kenneth Heafield
761be56e74
Bypass Boost checks on --clean
2011-12-05 02:53:35 -08:00
Kenneth Heafield
7f26ac50fb
Fix failed to write output file ... lm.log
2011-12-05 08:56:44 +00:00
Kenneth Heafield
d6005b749a
Change path to build_binary
2011-12-02 12:51:19 +00:00