Commit Graph

2863 Commits

Author SHA1 Message Date
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
Kenneth Heafield
f25aec92f8 Write lm file after successful build completion 2011-12-02 10:21:41 +00:00
Kenneth Heafield
49591ee1e7 Merge branch 'master' of github.com:moses-smt/mosesdecoder 2011-12-02 10:21:14 +00:00
Kenneth Heafield
eb72ad8960 Kludge to rebuild parts if language model options change 2011-12-02 10:02:21 +00:00
Hieu Hoang
7506d73610 minor bjam error for server 2011-12-02 08:50:11 +07:00
Hieu Hoang
39db162cc0 move vs and xcode project files into separate contrib folder 2011-12-02 08:33:39 +07:00
Hieu Hoang
a2c66a0bff Merge branch 'master' of github.com:moses-smt/mosesdecoder 2011-12-02 08:28:15 +07:00
Kenneth Heafield
d3dd1ae7c5 Script to delete files that autotools left behind 2011-12-01 18:47:05 +00:00
Kenneth Heafield
a0d79781e5 Merge CreateOnDisk into OnDiskPt, pop out of src 2011-12-01 18:26:05 +00:00
Kenneth Heafield
ececab6e27 Fine, go back to allowing multi-threaded builds to link against IRSTLM 2011-12-01 17:52:11 +00:00
Hieu Hoang
f64b8f0e34 Merge branch 'master' of github.com:moses-smt/mosesdecoder 2011-12-02 00:42:06 +07:00
Kenneth Heafield
c53453b266 No more autotools (with bhaddow in the room) 2011-12-01 17:17:28 +00:00
Kenneth Heafield
e20a098a29 Get more passive-aggressive about IRSTLM and <s>. 2011-12-01 13:32:15 +00:00
Kenneth Heafield
10c1e9ec2e More explaination about <s> error 2011-12-01 13:21:55 +00:00
Kenneth Heafield
7ee2d064b8 Attempt to teach people how to install packages from source 2011-12-01 13:13:49 +00:00
Kenneth Heafield
56d2b0d3e9 Forgot to do variable substitution 2011-12-01 04:11:58 -08:00
Kenneth Heafield
3ea87b2d58 Assume people want all the executables and some examples installed. Also we're not in cvs anymore. 2011-11-30 15:22:21 -05:00
Kenneth Heafield
5eb8c37d00 Unbreak build darn globs 2011-11-30 15:01:08 -05:00
Kenneth Heafield
8373c36685 If it looks like a script, install it 2011-11-30 16:00:33 +00:00
Kenneth Heafield
649f61875c Merge branch 'master' of github.com:moses-smt/mosesdecoder 2011-11-30 15:25:32 +00:00
Kenneth Heafield
04dbfc3933 Trigger biconcor compilation 2011-11-30 15:23:13 +00:00
Kenneth Heafield
f7e6a22dc2 Trigger biconcor compilation 2011-11-30 15:22:11 +00:00
Kenneth Heafield
00805d5d6f Attempt to fix xmlrpc-c detection 2011-11-30 12:51:24 +00:00
Kenneth Heafield
3dfb19402d Merge branch 'master' of github.com:moses-smt/mosesdecoder 2011-11-30 12:32:50 +00:00
Kenneth Heafield
dd80a7956f Force single-threaded build if --with-irstlm 2011-11-30 12:17:47 +00:00
Kenneth Heafield
878efb381c Revamp build instructions 2011-11-30 12:06:06 +00:00
Kenneth Heafield
7b4dad0742 Nicer success message. Clean up some redundancy. 2011-11-30 11:13:42 +00:00
Kenneth Heafield
ec9db80c7a Merge branch 'master' of github.com:moses-smt/mosesdecoder 2011-11-30 08:53:45 +00:00
Kenneth Heafield
7451269923 More error checking for moses server 2011-11-30 08:53:13 +00:00
Hieu Hoang
46084fd2db Merge branch 'master' of github.com:moses-smt/mosesdecoder 2011-11-30 14:30:09 +07:00