Commit Graph

9958 Commits

Author SHA1 Message Date
Hieu Hoang
8ca771d262 merge 2013-04-09 15:07:58 +01:00
Hieu Hoang
44a0e52e30 fixed ShowWeights() for confusion networks. This is a reason why we should get rid of ShortNames and move to refactored moses pdq 2013-04-09 14:44:32 +01:00
Hieu Hoang
48a9b6e451 Merge github.com:moses-smt/mosesdecoder into weight-new 2013-04-09 10:23:02 +01:00
Rico Sennrich
5dce1463e7 documentation: -phrase-word-alignment is on by default. 2013-04-09 11:15:28 +02:00
Rico Sennrich
38aa0c74b0 sigtest-filter: hierarchical mode now works with syntactic models (labels other than X) 2013-04-09 11:13:11 +02:00
Hieu Hoang
e603e965a5 Merge github.com:moses-smt/mosesdecoder into weight-new 2013-04-08 17:52:27 +01:00
phikoehn
c016b6e04b extended display options for biconcor 2013-04-05 11:26:00 +01:00
phikoehn
ac82be3120 Hal moved. We follow. 2013-04-03 21:59:03 +01:00
Hieu Hoang
2655300c83 Merge github.com:moses-smt/mosesdecoder into weight-new 2013-04-03 19:26:49 +01:00
Ondrej Bojar
93433cf015 support --translation-details OUTFILE in moses-parallel 2013-04-03 18:10:44 +02:00
Hieu Hoang
354d1a9474 add back -early-distortion-cost accidently deleted 2013-04-02 14:35:20 +01:00
Hieu Hoang
71a2b49a47 Merge github.com:moses-smt/mosesdecoder into weight-new 2013-04-01 16:43:32 +01:00
phikoehn
0a978e9f01 bug fixes 2013-04-01 14:31:32 +01:00
Kenneth Heafield
b144e48fcc Make failure to parse a boolean argument fatal instead of log + interpret as false. 2013-04-01 11:05:55 +01:00
Kenneth Heafield
627f3f908c OS X returns EINVAL for write > 2^31 2013-03-31 15:58:34 +01:00
Hieu Hoang
9f5104bc62 Merge github.com:moses-smt/mosesdecoder into weight-new 2013-03-28 10:27:19 +00:00
Kenneth Heafield
ae53bc91d1 Nicer error message for too many factor delimiters 2013-03-28 10:27:11 +00:00
Hieu Hoang
e1dc4131f6 merge 2013-03-27 08:45:16 +00:00
Hieu Hoang
eeeda717a4 eclipse 2013-03-26 15:47:30 +00:00
Hieu Hoang
f8afc73569 get rid of locking altogether. PDTimp already has separated source & target vocab variable. Use those instead 2013-03-26 14:05:50 +00:00
Hieu Hoang
e2b18c5337 no leak message due to static variable in binary phrase table. Doesn't actually solve the mem leak though 2013-03-26 13:29:59 +00:00
Hieu Hoang
51a59b881e move RedVoc() as method in PDTimp class. Ready for getting rid of static variable 2013-03-26 12:45:27 +00:00
Hieu Hoang
f2acca0943 eclipse 2013-03-26 11:50:10 +00:00
Hieu Hoang
72aa0a80bd Merge github.com:moses-smt/mosesdecoder into weight-new 2013-03-25 13:51:47 +00:00
Hieu Hoang
e71371799f Merge pull request #33 from jpuigcerver/patch-1
Fixes compilation error using libboost_1_50
2013-03-24 12:04:23 -07:00
Joan Puigcerver
4a954f2be7 Fixes compilation error using libboost_1_50
Problem spotted in https://github.com/moses-smt/mosesdecoder/issues/32 
fixed.

According to the Boost doc, nbestPath.parent_path().filename() 
returns a path object, to get the correspondent std::string 
representation, one must call one of the methods listed in:
http://www.boost.org/doc/libs/1_53_0/libs/filesystem/doc/reference.html#path-native-format-observers

native() is supposed to return the path in the specific OS
path format (using backslashes for Windows). Anyway, since we 
are considering only the filename here, the result is the same.
2013-03-24 20:01:59 +01:00
Hieu Hoang
7621f732cd Merge branch 'weight-new' of github.com:hieuhoang/mosesdecoder into weight-new 2013-03-24 09:57:45 +00:00
Hieu Hoang
fd4e954322 merge 2013-03-24 09:57:36 +00:00
Hieu Hoang
db005f6503 compile error caused by different versions of boost 2013-03-23 15:58:07 +00:00
Lane Schwartz
3a4e63c558 Ensure directory exists for outputting hypergraphs 2013-03-22 12:14:28 -04:00
Lane Schwartz
b2bba0bae3 Work on compression and defaults for outputting hypergraphs. 2013-03-21 16:48:47 -04:00
Lane Schwartz
28c980d58e Allow hypergraph output to be in plain text, gzip, or bzip2.
The output-search-graph-hypergraph flag now takes two params:

* The first param must be "none", "gzip", or "bzip2"
* The second param is the hypergraph directory,
  which must already exist
2013-03-21 15:19:31 -04:00
Lane Schwartz
22c77f7331 Work on decreasing memory requirement for outputting hypergraph 2013-03-21 12:17:49 -04:00
Kenneth Heafield
0cc07c5c9a --max-factors=1 and Sparse features segfault -> different check suggested by Philipp 2013-03-20 17:17:16 +00:00
Matous Machacek
7b9c5c1194 fixed bug in InterpolatedScorer 2013-03-19 23:08:28 +01:00
Christian Buck
34c8975aa7 ported perl xmlrpc example to python 2013-03-19 18:22:43 +00:00
Christian Buck
e7f54efa72 mosesserver gives search graph ordered by hyp-id 2013-03-19 18:22:21 +00:00
Christian Buck
6efa1681fc added operator< to SearchGraphNode - compares Ids 2013-03-19 18:21:35 +00:00
Kenneth Heafield
55f02f2fec Accept concatenated bzip2 files 2013-03-19 14:46:52 +00:00
Hieu Hoang
86680702cd Merge branch 'weight-new' of github.com:hieuhoang/mosesdecoder into weight-new 2013-03-19 12:34:56 +00:00
Hieu Hoang
cb6b1a7dfd Merge github.com:moses-smt/mosesdecoder into weight-new 2013-03-19 12:34:37 +00:00
Hieu Hoang
68b64974c4 runtime error using name args with language models 2013-03-19 12:19:39 +00:00
Kenneth Heafield
7dc4faa97e Fix cd error when running bjam from non-top 2013-03-19 11:17:17 +00:00
Barry Haddow
42526b5b6e Merge branch 'master' of github.com:moses-smt/mosesdecoder 2013-03-18 21:50:11 +00:00
Barry Haddow
8efeb59228 don't lowercase reference if there's a recaser 2013-03-18 21:29:17 +00:00
Hieu Hoang
656b70c829 Merge pull request #31 from achimr/master
Hungarian and Latvian non-breaking prefix files
2013-03-18 14:24:11 -07:00
Achim
038871fdb3 Hungarian and Latvian non-breaking prefix files 2013-03-18 17:17:35 -04:00
Hieu Hoang
2de7a55bef Merge branch 'weight-new' of github.com:hieuhoang/mosesdecoder into weight-new 2013-03-18 16:52:17 +00:00
Hieu Hoang
f956eeef23 Merge github.com:moses-smt/mosesdecoder into weight-new 2013-03-18 16:50:21 +00:00
Hieu Hoang
dbfd4847ce Merge branch 'master' of github.com:moses-smt/mosesdecoder 2013-03-18 16:49:10 +00:00