Commit Graph

9668 Commits

Author SHA1 Message Date
Barry Haddow
1d213bdd34 No longer required 2013-04-12 18:00:48 +01:00
Barry Haddow
ac298f8931 Remove debug, update python interface 2013-04-12 18:00:22 +01:00
Barry Haddow
49eda812ed Merge branch 'master' of github.com:moses-smt/mosesdecoder 2013-04-12 17:40:34 +01:00
Barry Haddow
f007a144f5 Fix compile error in python wrapper 2013-04-12 17:38:11 +01:00
Barry Haddow
15d7feb188 Fix compilation of compact query 2013-04-12 17:03:39 +01:00
Barry Haddow
c6e36f4dd7 Fix compile error 2013-04-12 16:29:52 +01:00
Barry Haddow
9d42c7f6f7 Merge branch 'master' of github.com:moses-smt/mosesdecoder 2013-04-12 16:07:26 +01:00
Hieu Hoang
517d6c7bb8 add score breakdown to target phrase debugging output 2013-04-10 18:40:25 +01:00
Kenneth Heafield
73035543d6 Binary phrase table does string ops, at least make them fast 2013-04-10 18:27:25 +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
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
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
Ondrej Bojar
93433cf015 support --translation-details OUTFILE in moses-parallel 2013-04-03 18:10:44 +02:00
Barry Haddow
c5965b8587 Correction to calc. of lambda-gradient when more than 2 ttables 2013-04-03 16:13:01 +01:00
Hieu Hoang
354d1a9474 add back -early-distortion-cost accidently deleted 2013-04-02 14:35:20 +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
Kenneth Heafield
ae53bc91d1 Nicer error message for too many factor delimiters 2013-03-28 10:27:11 +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
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
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
Barry Haddow
74e313e67c remove restriction to 2 tables 2013-03-22 10:35:19 +00: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
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
dbfd4847ce Merge branch 'master' of github.com:moses-smt/mosesdecoder 2013-03-18 16:49:10 +00:00
Hieu Hoang
1b83b85f44 debug info from sort command 2013-03-18 16:48:40 +00:00
Hieu Hoang
9f4824b2be single threaded compile error 2013-03-16 13:25:31 +00:00
Hieu Hoang
18e8f12d5e Merge branch 'master' of github.com:moses-smt/mosesdecoder 2013-03-15 20:38:42 +00:00
Hieu Hoang
8523a27768 fix single-threaded 2013-03-15 20:38:26 +00:00