Commit Graph

9564 Commits

Author SHA1 Message Date
Marcin Junczys-Dowmunt
f09fb75be1 Compact reordering table, do not force full recompilation 2012-11-18 10:21:35 +01:00
Marcin Junczys-Dowmunt
e54360840f Do not search for compact reordering table if CMPH is not compile into moses 2012-11-17 22:03:49 +01:00
marcinj
28a962e65e Change -alignment-info to -no-alignment-info 2012-11-17 18:25:30 +01:00
marcinj
79526d0a6b more consistent file name resolution 2012-11-17 10:07:33 +01:00
marcinj
5a010cb1d5 Revert "Binary compatible compact phrase table"
This reverts commit ad8fbc807e.
2012-11-17 00:46:22 +01:00
marcinj
ad8fbc807e Binary compatible compact phrase table 2012-11-17 00:40:07 +01:00
Kenneth Heafield
ab1e10c555 Compiler error for boost < 1.42 2012-11-16 20:22:34 +00:00
Hieu Hoang
78031aa65d output alignments for n-best 2012-11-16 18:25:17 +00:00
Hieu Hoang
82ce52e650 eclipse 2012-11-16 17:31:24 +00:00
Hieu Hoang
333da4366f Merge branch 'master' of github.com:moses-smt/mosesdecoder 2012-11-16 17:05:01 +00:00
Hieu Hoang
2c214c7a21 output alignments into file down. Alignments for n-best todo 2012-11-16 17:04:50 +00:00
Marcin Junczys-Dowmunt
26d39408f0 Fixed destructor PhraseDictionaryCompact 2012-11-16 17:52:20 +01:00
Marcin Junczys-Dowmunt
58f358ea2e fixed destructor 2012-11-16 17:49:31 +01:00
Hieu Hoang
90b251a50f Merge branch 'master' of github.com:moses-smt/mosesdecoder 2012-11-16 16:44:56 +00:00
Hieu Hoang
057793fc60 output alignments into file down. Alignments for n-best todo 2012-11-16 16:44:29 +00:00
Marcin Junczys-Dowmunt
e098a1fa9e Merge branch 'master' of github.com:moses-smt/mosesdecoder 2012-11-16 17:44:13 +01:00
marcinj
0edd6b4a61 Merge branch 'master' of github.com:moses-smt/mosesdecoder 2012-11-16 17:37:38 +01:00
Marcin Junczys-Dowmunt
a9017269df Merge branch 'master' of github.com:moses-smt/mosesdecoder 2012-11-16 17:33:54 +01:00
marcinj
f858f919b3 Fixed missing alignment points 2012-11-16 17:33:20 +01:00
Kenneth Heafield
4f3afbf41f Merge branch 'master' of github.com:moses-smt/mosesdecoder
Conflicts:
	moses-chart-cmd/IOWrapper.cpp
	moses-chart-cmd/Main.cpp
2012-11-16 16:07:14 +00:00
Kenneth Heafield
2df57b6b09 Expose k-best lists from incremental search 2012-11-16 15:53:43 +00:00
Marcin Junczys-Dowmunt
57e74959bf Use copy of phrase table weights instead of pointer 2012-11-16 16:25:54 +01:00
Barry Haddow
454037b6b7 Merge branch 'master' of github.com:moses-smt/mosesdecoder 2012-11-16 15:11:04 +00:00
Barry Haddow
2a88fd0730 Support for compact phrase table in EMS
It should be sufficient to add a line like
ttable-binarizer = "/home/bhaddow/moses/dist/bin/processPhraseTableMin"
to your EMS config, and everything else will be taken care of. You can
add other arguments to the processPhraseTableMin, for example for
threading, by putting them in the quotes.

Note that this is not fully tested, since there are currently some
issues with the compact phrase table introduced by the sparse feature
merge.
2012-11-16 15:07:07 +00:00
Barry Haddow
7d74673fbe Short circuit feature pre-calc when possible 2012-11-16 10:14:22 +00:00
Kenneth Heafield
6a3fdcd8c0 Rename Incremental/Manager.cpp to just Incremental.cpp 2012-11-15 22:10:30 +00:00
Kenneth Heafield
9340f9f465 Update incremental search 2012-11-15 18:04:07 +00:00
Wilker Aziz
502bb0405d changing constructor's interface, pass tlimit to constructor 2012-11-15 18:05:03 +01:00
Hieu Hoang
7f0b58f0a3 Merge branch 'master' of github.com:moses-smt/mosesdecoder 2012-11-15 16:43:18 +00:00
Hieu Hoang
ac8d6b1d7b added alignment output to n-best list 2012-11-15 16:43:01 +00:00
Hieu Hoang
f6d3f8592b added plumbing to output alignments from chart decoder.
Currently outputs to alignment file, output to n-best list still to do.
Haven't adjusted for source and target offset, that's gonna be difficult
2012-11-15 16:42:19 +00:00
Rico Sennrich
4813dfb4f3 fix mosesserver includes 2012-11-15 17:05:38 +01:00
Hieu Hoang
64b324c93f added plumbing to output alignments from chart decoder.
Currently outputs to alignment file, output to n-best list still to do.
Haven't adjusted for source and target offset, that's gonna be difficult
2012-11-15 15:52:35 +00:00
Ales Tamchyna
35cb7e68be correct parameter in comment for KenLM maximum order 2012-11-15 16:06:51 +01:00
Wilker Aziz
84b1079f4b option to apply an operation (e.g. natural log) over phrase/rule's scores 2012-11-15 15:56:27 +01:00
Barry Haddow
3f6e66f1f6 Merge branch 'master' of github.com:moses-smt/mosesdecoder 2012-11-15 12:39:45 +00:00
Barry Haddow
a90e1861c0 Alignments on by default for phrase-based 2012-11-15 12:35:43 +00:00
Wilker Aziz
e245e610a4 docs
Merge branch 'master' of https://github.com/moses-smt/mosesdecoder
2012-11-15 13:03:19 +01:00
Wilker Aziz
cf46249007 docs 2012-11-15 13:02:50 +01:00
Kenneth Heafield
877ade5327 Merge branch 'master' of github.com:moses-smt/mosesdecoder 2012-11-15 12:02:26 +00:00
Kenneth Heafield
d653d45abc KenLM 85e5fe4: mostly fixes for cygwin/windows 2012-11-15 12:00:15 +00:00
Wilker Aziz
22b02d4f9c improved interface, better docs, +fixing after the changes with alignment-info 2012-11-15 12:58:04 +01:00
Barry Haddow
5e3726eb90 Remove -use-alignment-info 2012-11-15 09:42:58 +00:00
Kenneth Heafield
030e2d40b2 Use tcmalloc_minimal and tell people how to build it 2012-11-14 20:29:55 +00:00
Kenneth Heafield
be7e78c6bf Use tcmalloc with multithread if detected.
Change option and documentation to --without-tcmalloc.
2012-11-14 20:01:07 +00:00
Hieu Hoang
c916206e84 if you don't need word alignments, but the binary phrase table has it anyway. Don't throw a fit 2012-11-14 19:48:08 +00:00
Hieu Hoang
78b3c8763b delete arg -use-alignment-info 2012-11-14 19:01:25 +00:00
Wilker Aziz
a9c6bf8150 Python wrap for OnDiskPt plus example code
Merge branch 'master' of https://github.com/moses-smt/mosesdecoder
2012-11-14 18:16:30 +01:00
Wilker Aziz
9e76804bde Python wrap for OnDiskWraper, docs and example. 2012-11-14 18:14:46 +01:00
Hieu Hoang
623289465c change argument -include-alignment-in-n-best to -include-segmentation-in-n-best. Avoids confusion with word alignment 2012-11-14 16:57:33 +00:00