Commit Graph

14717 Commits

Author SHA1 Message Date
Ulrich Germann
edff4822c0 Merge branch 'master' of https://github.com/moses-smt/mosesdecoder 2015-10-26 18:23:43 +00:00
Ulrich Germann
8e1f21d38e Merge branch 'master' of https://github.com/moses-smt/mosesdecoder 2015-10-26 17:58:16 +00:00
Michael Denkowski
d3f3389f20 More deterministic tie-breaking for cube pruning (--cbds)
Doesn't slow down regular non-deterministic cube pruning
2015-10-26 12:42:42 -04:00
Phil Williams
6a37dfd2ce Add a wrapper script for parsing English text with the BLLIP parser 2015-10-26 16:18:54 +00:00
Phil Williams
8a41bad9aa Separate SVertexRecombination{EqualityPred,Hasher} classes 2015-10-26 15:57:07 +00:00
MosesAdmin
1b09fe5a72 daily automatic beautifier 2015-10-26 12:52:18 +00:00
Hieu Hoang
cd9ff30b42 more unit test failures 2015-10-26 12:51:18 +00:00
Hieu Hoang
eba9bddc89 unit test. Doesn't run on my machine 2015-10-26 12:25:30 +00:00
MosesAdmin
f82a79d596 daily automatic beautifier 2015-10-26 12:23:43 +00:00
Hieu Hoang
692d4c3f32 beautify 2015-10-26 12:03:54 +00:00
Hieu Hoang
20e3827ed2 make Bitmap constructor explicit in case we accidently create a copy during cube pruning algorithm 2015-10-26 11:59:20 +00:00
Hieu Hoang
a811166a1a compile error 2015-10-26 11:38:54 +00:00
Hieu Hoang
1258f81555 use bitmap* for comparison. can compare Bitmap* 'cos all bitmaps are created from bitmaps factory class. MUST ensure this is the case 2015-10-26 11:35:09 +00:00
Hieu Hoang
d30a10e52c revert using pointers and references in cube pruning classes, instead create bitmap. Faster, at least for single threaded operation. Kinda strange 2015-10-26 11:25:01 +00:00
Hieu Hoang
73d8dff5fe precalculate number of words covered 2015-10-26 09:50:27 +00:00
Hieu Hoang
52f4086dbc move m_bitmaps into Search class. Cube pruning uses it too 2015-10-26 09:20:08 +00:00
Ulrich Germann
624c6c7342 Merge branch 'master' of http://github.com/modernmt/mosesdecoder
Conflicts:
	.gitmodules
2015-10-26 01:26:23 +00:00
Ulrich Germann
b6e3553146 Context-sensitive IRSTLM, but not thread-safe yet. 2015-10-26 01:22:10 +00:00
Ulrich Germann
b491eec04c Made GetValue() private in moses/LM/SingleFactor.h 2015-10-26 01:21:34 +00:00
MosesAdmin
486990fa3f daily automatic beautifier 2015-10-26 00:00:38 +00:00
Ulrich Germann
54d0ab36f4 Copied IRSTLM files from commit b875577b15
(branch mmt-dev), which was the last one known to pass regression tests.
2015-10-25 19:28:48 +00:00
Ulrich Germann
c879cd1d20 Missing variable initialization. 2015-10-25 19:26:48 +00:00
Ulrich Germann
dc4e676be4 Added regression tests as a submodule. 2015-10-25 16:55:56 +00:00
Ulrich Germann
55b1487fa0 Bug fix (contrib/Makefiles/install-dependencies.gmake). 2015-10-25 16:38:52 +00:00
Ulrich Germann
8c39e1f906 Makefiles of included packages can't handle spaces in path names. Added note to this effect. 2015-10-25 16:21:35 +00:00
Ulrich Germann
8f8b6bc85f Bug fix (contrib/Makefiles/install-dependencies.gmake). 2015-10-25 15:55:39 +00:00
Ulrich Germann
88501c7823 Escaping of spaces in pathnames (contrib/Makefiles/install-dependencies.gmake). 2015-10-25 15:53:26 +00:00
Ulrich Germann
5c74838747 Fixing Makefile for installing dependencies. 2015-10-25 15:46:54 +00:00
Ulrich Germann
58221ae402 Added Makefile to automatically download and build Moses dependencies. 2015-10-25 15:30:03 +00:00
Hieu Hoang
dc19813c6a beautify 2015-10-25 13:40:16 +00:00
Hieu Hoang
97b2aa5663 WordsRange -> Range 2015-10-25 13:37:59 +00:00
Hieu Hoang
84b1c4b4c0 WordsBitmap -> Bitmap 2015-10-25 13:07:25 +00:00
Ulrich Germann
b89a9cf628 Merge branch 'master' of https://github.com/moses-smt/mosesdecoder 2015-10-24 19:49:05 +01:00
Ulrich Germann
857ee21d50 Attempt to make IRSTLM thread-proof. 2015-10-24 19:48:47 +01:00
Ulrich Germann
c5959abba6 Merge branch 'mmt-dev' 2015-10-24 03:43:35 +01:00
Ulrich Germann
eeff4fddc8 Missing variable initialization. 2015-10-24 02:43:13 +01:00
Ulrich Germann
182ed18a46 Updated preprocessor commands to toggle between context-adaptive and regular IRSTLM 2015-10-24 02:37:06 +01:00
Ulrich Germann
09e0e9671f Emacs code formatting instructions. 2015-10-24 02:33:53 +01:00
Ulrich Germann
adf15617c1 Context-sensitive computation of LM scores in IRSTLM. 2015-10-24 01:39:03 +01:00
Ulrich Germann
6b54eb44a2 Store document-level translation meta-information provided in the input on the Sentence object. 2015-10-24 01:37:50 +01:00
Ulrich Germann
fc6b000e88 Added parsing of document-leval translation meta-information to setup of TranslationTask. 2015-10-24 01:36:17 +01:00
Ulrich Germann
22365691a9 Eliminated CalcScoreWithContext().
TargetPhrase provides access to the TranslationTask object.
2015-10-24 01:34:56 +01:00
Ulrich Germann
8c4e017fbf Eliminated EvaluateWhenAppliedWithContext().
The Phrase class now provides access to the TranslationTask.
2015-10-24 01:33:47 +01:00
Ulrich Germann
8ace1398eb Added GetTtask() and HasTtaskSPtr() to Phrase API; non-TargetPhrases never have a ttask associated with them, but we need to be able to check. 2015-10-23 21:49:09 +01:00
Ulrich Germann
b5c4ab32b4 Made CalcScore() virtual in moses/LM/Implementation.h. 2015-10-23 21:31:04 +01:00
Ulrich Germann
d4dd1937fb Added configuration file for doxygen. File was also added to .gitignore, so local changes won't be noticed in the future. 2015-10-23 20:39:44 +01:00
Ulrich Germann
89401944f8 Merge branch 'master' of https://github.com/moses-smt/mosesdecoder 2015-10-23 20:36:00 +01:00
Ulrich Germann
b875577b15 Code documentation. 2015-10-22 21:03:18 +01:00
Hieu Hoang
6e36500fdc delete assert. Bitmap now set in caller 2015-10-22 09:36:42 +01:00
MosesAdmin
37f7bb687e daily automatic beautifier 2015-10-22 00:00:41 +01:00