Commit Graph

15078 Commits

Author SHA1 Message Date
Jeroen
ae5ad8a49e Detect write errors in LVoc.
Write failures in LVoc::Write() were going unnoticed.  If disk space
runs out, the output file might get truncated without any indication
of failure.
2016-03-07 18:55:18 +01:00
Michael Denkowski
c6314d927d N-best re-ranker and trainer 2016-02-23 11:43:51 -05:00
Matthias Huck
2d6f616480 Merge branch 'master' of https://github.com/moses-smt/mosesdecoder
Conflicts:
	moses/FF/Model1Feature.cpp
2016-02-22 18:30:11 +00:00
Matthias Huck
5c8c15d345 Model1Feature: skip-target-punctuation parameter 2016-02-22 18:28:23 +00:00
MosesAdmin
6da1343f88 daily automatic beautifier 2016-02-22 00:00:40 +00:00
Matthias Huck
71a0fcbc27 Model1Feature: skip over target-side punctuation 2016-02-21 20:44:09 +00:00
Matthias Huck
e284503018 Merge branch 'master' of https://github.com/moses-smt/mosesdecoder 2016-02-20 00:40:23 +00:00
Matthias Huck
ebb18b2dc2 WordTranslationFeature: fix loading of word lists 2016-02-20 00:39:02 +00:00
Kenneth Heafield
7a1baeecda load= option to KenLM exposing more load_method options 2016-02-20 00:07:48 +00:00
Hieu Hoang
5f06e3310f Merge branch 'master' of github.com:moses-smt/mosesdecoder 2016-02-17 17:39:38 +00:00
Hieu Hoang
d4cd0145d5 eclipse 2016-02-17 17:37:54 +00:00
Ales Tamchyna
ca6dba9108 update VW compatibility 2016-02-17 11:27:44 +01:00
MosesAdmin
9039e49d9c daily automatic beautifier 2016-02-17 00:00:37 +00:00
Matthias Huck
3c041e80a3 minor code simplification of phrase-based extractor 2016-02-16 21:54:14 +00:00
MosesAdmin
ca5178b684 daily automatic beautifier 2016-02-13 00:02:04 +00:00
Matthias Huck
1659d6b4c8 Option for target constituent constrained phrase extraction. TargetConstituentAdjacencyFeature. 2016-02-12 17:46:57 +00:00
Rico Sennrich
c75f9854e4 Merge pull request #142 from shuoyangd/master
new EMS option nnjm-settings; fix to analysis of CYK+ translation
2016-02-05 10:04:35 +00:00
shuoyangd
7cf3b23962 fix search graph parsing for CYK+ 2016-02-04 17:21:24 -05:00
shuoyangd
1286791ba1 add nnjm-settings to access options in train_nplm.py 2016-02-04 17:18:23 -05:00
MosesAdmin
114ed0133e daily automatic beautifier 2016-02-04 00:00:42 +00:00
Matthias Huck
5de88ec1a4 single word heuristic for phrase extraction,
and minor modification of SentenceAlignmentWithSyntax constructor
2016-02-03 21:35:26 +00:00
Matthias Huck
16a49d0d8d train-model.perl: don't switch to hierarchical if source or target syntax 2016-02-03 21:33:26 +00:00
Philipp Koehn
9132ab1ded bug fix of bug fix of generation table training 2016-02-01 14:01:06 -05:00
Barry Haddow
d48a4fc059 Fix mosesserver for hiero 2016-02-01 16:26:58 +00:00
Philipp Koehn
77685d7fd9 wrong memory allocation request for document marker 2016-01-31 11:57:11 -05:00
Philipp Koehn
904afd175d prune-generation step invaludated orginial build-generation step 2016-01-31 11:56:37 -05:00
Philipp Koehn
b4725e1c91 do not interpret $0 as a EMS settings variable 2016-01-31 11:55:44 -05:00
Philipp Koehn
39ba12592b fixed serious bug with reordering tables for different factors (wmt15 results affected) 2016-01-31 11:54:43 -05:00
Barry Haddow
713a8e4233 dont crash if no translation in hiero server 2016-01-29 17:13:03 +00:00
Matthias Huck
80572b43ec undo unintended modification 2016-01-27 17:58:13 +00:00
Matthias Huck
c731851b92 integration of TargetPreferencesFeature in EMS create-config step 2016-01-27 17:54:57 +00:00
Kenneth Heafield
42b8b89d54 Flush before seek 2016-01-21 21:31:25 +00:00
Hieu Hoang
357351f545 delete check on how total score is calculated 2016-01-19 22:34:06 +00:00
Ulrich Germann
ffdc9711e9 TrellisPath::InitTotalScore() and TrellisPath::GetScoreBreakDown() now use compute m_totalScore again in an identical fashion. 2016-01-19 18:45:23 +00:00
Ulrich Germann
3a87b8f193 Bjam would not link libboost_serialization statically unless explicitly instructed to do so. 2016-01-16 20:14:17 +00:00
Ulrich Germann
e0d5f3f138 Update to run-regtests.sh . 2016-01-15 23:35:09 +00:00
Ulrich Germann
cb477df36d Merge branch 'master' of https://github.com/moses-smt/mosesdecoder 2016-01-15 22:52:44 +00:00
Ulrich Germann
37e68bcb31 Added Marcin Junczys-Dowmunt's implementation of Johnson et al.'s significance-based phrase table pruning to the master branch. 2016-01-15 22:52:29 +00:00
MosesAdmin
7344877741 daily automatic beautifier 2016-01-14 00:00:42 +00:00
Lane Schwartz
10debb4906 Merge branch 'master' of github.com:moses-smt/mosesdecoder 2016-01-13 13:06:39 -06:00
Michael Denkowski
297691db57 Default number of workers to thread count
(control workers with command line --threads option)
2016-01-13 14:02:03 -05:00
Lane Schwartz
5431e91c26 Revert "eclipse"
This reverts commit e0fb456dbb.

The reverted commit broken the moses build.
2016-01-13 12:53:53 -06:00
Lane Schwartz
4dc2257152 Merge branch 'master' of github.com:moses-smt/mosesdecoder 2016-01-13 12:39:24 -06:00
Hieu Hoang
e0fb456dbb eclipse 2016-01-13 14:56:45 +00:00
MosesAdmin
c545b4160c daily automatic beautifier 2016-01-13 00:00:52 +00:00
Kenneth Heafield
a88e695c64 Undo damage to Jamfile 2016-01-12 23:42:21 +00:00
Kenneth Heafield
2a74f3a521 KenLM e06ec4dc59f765482d7545b3cb797b8fc128ab9f 2016-01-12 23:39:27 +00:00
Matthias Huck
3d051db850 TargetPreferencesFeature 2016-01-12 23:09:07 +00:00
Lane Schwartz
6089017cd8 Factored out code in Ken.cpp 2016-01-12 16:05:00 -06:00
Lane Schwartz
f964385a3b ReloadingLM now runs, reloading model before each sentence is translated 2016-01-12 15:54:21 -06:00