Commit Graph

2802 Commits

Author SHA1 Message Date
Tetsuo Kiso
cb5213ac43 Oops, forgot to move 'use strict' to the beginning of the script. 2011-12-09 02:39:02 +09:00
Tetsuo Kiso
ef76d89f38 Minor change: make concatenatiton operations on filenames portable. 2011-12-09 02:14:41 +09:00
Tetsuo Kiso
108cd42915 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
95653828f9 Pass by reference. 2011-12-08 14:18:37 +09:00
Tetsuo Kiso
62d03a80f4 Add explicit 2011-12-08 14:17:39 +09:00
Kenneth Heafield
0095bef952 Also support just clean... 2011-12-05 11:09:48 +00:00
Kenneth Heafield
b8b009136f Clean train-model-perl even if --with-giza isn't passed. 2011-12-05 11:01:34 +00:00
Kenneth Heafield
7cc0ea81b7 Bypass Boost checks on --clean 2011-12-05 02:53:35 -08:00
Kenneth Heafield
0aa487b366 Fix failed to write output file ... lm.log 2011-12-05 08:56:44 +00:00
Kenneth Heafield
138db687ed Change path to build_binary 2011-12-02 12:51:19 +00:00
Kenneth Heafield
fa62905959 Write lm file after successful build completion 2011-12-02 10:21:41 +00:00
Kenneth Heafield
7ecd0827bb Merge branch 'master' of github.com:moses-smt/mosesdecoder 2011-12-02 10:21:14 +00:00
Kenneth Heafield
4d4caa4600 Kludge to rebuild parts if language model options change 2011-12-02 10:02:21 +00:00
Hieu Hoang
8e64e75842 minor bjam error for server 2011-12-02 08:50:11 +07:00
Hieu Hoang
71c78ef0ce move vs and xcode project files into separate contrib folder 2011-12-02 08:33:39 +07:00
Hieu Hoang
3d1806f94e Merge branch 'master' of github.com:moses-smt/mosesdecoder 2011-12-02 08:28:15 +07:00
Kenneth Heafield
e544b04e08 Script to delete files that autotools left behind 2011-12-01 18:47:05 +00:00
Kenneth Heafield
9fe831c60c Merge CreateOnDisk into OnDiskPt, pop out of src 2011-12-01 18:26:05 +00:00
Kenneth Heafield
8d68887fc0 Fine, go back to allowing multi-threaded builds to link against IRSTLM 2011-12-01 17:52:11 +00:00
Hieu Hoang
8c1c17e9f1 Merge branch 'master' of github.com:moses-smt/mosesdecoder 2011-12-02 00:42:06 +07:00
Kenneth Heafield
42975b0635 No more autotools (with bhaddow in the room) 2011-12-01 17:17:28 +00:00
Kenneth Heafield
9b5ded8b5f Get more passive-aggressive about IRSTLM and <s>. 2011-12-01 13:32:15 +00:00
Kenneth Heafield
c247a4371e More explaination about <s> error 2011-12-01 13:21:55 +00:00
Kenneth Heafield
0ccab5d594 Attempt to teach people how to install packages from source 2011-12-01 13:13:49 +00:00
Kenneth Heafield
8923905e38 Forgot to do variable substitution 2011-12-01 04:11:58 -08:00
Kenneth Heafield
9ab49bced2 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
297cc00c3a Unbreak build darn globs 2011-11-30 15:01:08 -05:00
Kenneth Heafield
dcc450d1d3 If it looks like a script, install it 2011-11-30 16:00:33 +00:00
Kenneth Heafield
a73388f6ff Merge branch 'master' of github.com:moses-smt/mosesdecoder 2011-11-30 15:25:32 +00:00
Kenneth Heafield
563dfd69d3 Trigger biconcor compilation 2011-11-30 15:23:13 +00:00
Kenneth Heafield
b0d38aff4e Trigger biconcor compilation 2011-11-30 15:22:11 +00:00
Kenneth Heafield
7eedf62407 Attempt to fix xmlrpc-c detection 2011-11-30 12:51:24 +00:00
Kenneth Heafield
7dd078573e Merge branch 'master' of github.com:moses-smt/mosesdecoder 2011-11-30 12:32:50 +00:00
Kenneth Heafield
7d027b307f Force single-threaded build if --with-irstlm 2011-11-30 12:17:47 +00:00
Kenneth Heafield
ead0684f0e Revamp build instructions 2011-11-30 12:06:06 +00:00
Kenneth Heafield
8fbd21f138 Nicer success message. Clean up some redundancy. 2011-11-30 11:13:42 +00:00
Kenneth Heafield
6aede90599 Merge branch 'master' of github.com:moses-smt/mosesdecoder 2011-11-30 08:53:45 +00:00
Kenneth Heafield
d4099a7455 More error checking for moses server 2011-11-30 08:53:13 +00:00
Hieu Hoang
55e1c94dee Merge branch 'master' of github.com:moses-smt/mosesdecoder 2011-11-30 14:30:09 +07:00
Hieu Hoang
f46222a3ef reminder of language codes 2011-11-30 14:29:34 +07:00
Barry Haddow
11c9d2b4c7 Merge pull request #4 from myGengo/master
Recaser training script improved with --help output and better error handling
2011-11-29 13:33:45 -08:00
Kenneth Heafield
47ecfe6c70 Fix symal install location 2011-11-29 16:14:38 +00:00
Tetsuo Kiso
a639116847 Fix a typedef for comparing N-grams.
Declared const_iterator was not *const* actually.
2011-11-30 00:27:57 +09:00
Barry Haddow
2f7059fd18 Fix regtest dir 2011-11-29 13:16:07 +00:00
Barry Haddow
0a7b20abbf Fix bjam regtest running 2011-11-29 13:10:29 +00:00
Barry Haddow
ca452a9065 Update regtest to use bjam 2011-11-29 12:57:26 +00:00
Hieu Hoang
8769f986ed Merge branch 'master' of github.com:moses-smt/mosesdecoder 2011-11-29 19:49:52 +07:00
Barry Haddow
cb8e7d8e7c Update location of misc binaries 2011-11-29 12:46:19 +00:00
Barry Haddow
2458245124 testing cruise 2011-11-29 12:18:40 +00:00
Hieu Hoang
888c42d1c2 Merge branch 'master' of github.com:moses-smt/mosesdecoder 2011-11-29 15:50:53 +07:00