https://github.com/wilkeraziz/mosesdecoder

sort by:
Revision Author Date Message Commit Date
3d4ab5a Merge branch 'master' of https://github.com/moses-smt/mosesdecoder into dynamic-phrase-tables 28 April 2014, 09:22:12 UTC
7c145d0 Merge branch 'master' into dynamic-phrase-tables Conflicts: contrib/server/Jamfile contrib/server/mosesserver.cpp 28 April 2014, 09:00:07 UTC
fa85d15 relative links to javascript sub directory in ems web interface 23 April 2014, 20:56:10 UTC
e5b7399 Merge branch 'master' of https://github.com/moses-smt/mosesdecoder 23 April 2014, 17:29:39 UTC
d7380d6 don't add label to m_targetLabelSet if no hypotheses. Assert error in parsing 23 April 2014, 16:11:25 UTC
2c14b50 merge problem 23 April 2014, 15:11:09 UTC
6a9eb6c minor leak showing for lex reordering. Just refactor 23 April 2014, 14:12:27 UTC
4ee4e07 minor ems fixes 23 April 2014, 12:50:08 UTC
3f32e48 Merge branch 'master' of github.com:moses-smt/mosesdecoder 23 April 2014, 11:11:50 UTC
00505ba minor leak 23 April 2014, 10:36:25 UTC
ff8ac92 moses_chart: oops, don't output more distinct translations than requested 21 April 2014, 13:46:22 UTC
b308bd5 moses_chart: enable ChartKBestExtractor. 21 April 2014, 09:19:00 UTC
76a4609 add script to creat pt with only certain scores 20 April 2014, 22:30:09 UTC
568685c ChartKBestExtractor: fix memory leak, clean-up code 19 April 2014, 09:29:41 UTC
00a2bd3 word alignment from server, thanks to Jyotesh Choudhari 17 April 2014, 20:22:30 UTC
7681cd4 Merge branch 'master' of github.com:moses-smt/mosesdecoder 17 April 2014, 19:50:27 UTC
e22b68e roll back change in mosesserver. Doesn't work with xmlrpc-c v. 1.16.33 - ie very old lib on Ubuntu 12.04 17 April 2014, 19:15:06 UTC
a4d32a2 minor compile errors in ChartKBestExtractor 17 April 2014, 19:04:02 UTC
b9c25af Merge branch 'master' of github.com:moses-smt/mosesdecoder 17 April 2014, 18:02:57 UTC
d90aaf1 Z 16 April 2014, 16:40:49 UTC
912651a Merge branch 'master' of https://github.com/moses-smt/mosesdecoder 16 April 2014, 16:30:14 UTC
5e3e50d In-Decoding Transliteration Module 16 April 2014, 16:28:49 UTC
26454af Added -b switch to pretokenizer to allow disabling of buffering. 16 April 2014, 02:28:16 UTC
fbb4b59 Added option to disable output buffering to split-sentences.perl. 16 April 2014, 01:40:23 UTC
66d0fe8 moses_chart: add ChartKBestExtractor (not enabled yet) Implements algorithm 3 from Huang and Chiang (2005) 15 April 2014, 16:34:21 UTC
abfbd93 Merge branch 'dynamic-phrase-tables' of file:///fs/sif0/germann/git/mosesdecoder into dynamic-phrase-tables 13 April 2014, 23:12:21 UTC
67183fa Made run-single-test.perl record the command line for each test to facilitate debugging. 12 April 2014, 21:16:01 UTC
27d2337 Bug fix in Word::CreateFromString(...). 12 April 2014, 21:10:40 UTC
7521318 Merge branch 'master' of github.com:moses-smt/mosesdecoder 12 April 2014, 15:20:49 UTC
46cef77 add header allowOrigin * 12 April 2014, 15:20:34 UTC
f85bf72 Merge branch 'master' into dynamic-phrase-tables Conflicts: moses/TranslationModel/UG/mmsapt.cpp 11 April 2014, 18:24:37 UTC
edf6ea4 run-single-test.perl now logs the command line in the test, to facilitate debugging when tests fail. 11 April 2014, 17:32:28 UTC
b7f2e18 Rewrite of Word::CreateFromString() to accommodate elimination of ConfusionNet::String2Word(). 11 April 2014, 14:24:52 UTC
1a380b9 Fixed typo 11 April 2014, 11:29:32 UTC
e347020 add FF ReferenceComparison 11 April 2014, 10:03:50 UTC
0ec2fe0 add FF RuleAmbiguity 11 April 2014, 09:42:38 UTC
1e116a2 add FF RuleAmbiguity 11 April 2014, 09:29:57 UTC
9644a30 add FF RuleAmbiguity 11 April 2014, 09:22:03 UTC
24545ba Changes due to new pure virtual function in PhraseTable. 11 April 2014, 03:28:34 UTC
84a7219 Shortcut in Word::CreateFromString() didn't work. 10 April 2014, 23:37:38 UTC
1686686 start on FF ReferenceComparison 10 April 2014, 20:47:06 UTC
91d6bfe start on FF ReferenceComparison 10 April 2014, 20:34:34 UTC
40c819d Merge branch 'master' of github.com:moses-smt/mosesdecoder 09 April 2014, 17:03:02 UTC
c61231f Fix BackwardTest failure which was just compiler-drive differences in floating point precision. BOOST_CHECK_CLOSE's tolerance is proportional to the value on the left, so 0.0 has zero tolerance. Changed to an explicit range. 09 April 2014, 17:01:19 UTC
65326f2 -stack 0 means no stack pruning 09 April 2014, 09:33:33 UTC
0e98f1b bug in ControlRecombinationState 09 April 2014, 08:59:52 UTC
af408f4 eclipse 08 April 2014, 21:09:43 UTC
4c63402 add FF CountNonTerms 08 April 2014, 16:19:26 UTC
21f141c Merge branch 'master' into dynamic-phrase-tables Conflicts: moses/InputPath.cpp moses/Word.cpp 08 April 2014, 13:58:29 UTC
ad678ac Replaced calls to String2Word by calls to Word::CreateFromString(). String2Word is deprecated (code duplication) and should be removed. Some reformatting for readability. 08 April 2014, 11:44:21 UTC
43a51bb Some reformatting for readability. Special check for factor-less operation in Word::CreateFromString(). 08 April 2014, 11:43:21 UTC
f82e79d Replaced calls to String2Word by calls to Word::CreateFromString(). String2Word is deprecated (code duplication) and should be removed. 08 April 2014, 11:41:30 UTC
f507c0f output correct source non-term from on-disk phrase-table 07 April 2014, 16:23:13 UTC
2ea2224 output source side of rule, if available 07 April 2014, 11:00:13 UTC
09dc0e9 add FF/SetSourcePhrase 06 April 2014, 15:57:54 UTC
872facd Avoid errors in truecaser if input isn't factored and contains vertical bars. 05 April 2014, 14:39:00 UTC
a17bead Merge branch 'master' of github.com:moses-smt/mosesdecoder 05 April 2014, 13:48:41 UTC
b7b502f eclipse 04 April 2014, 21:34:38 UTC
395285d more logging for incremental chart search 04 April 2014, 14:54:48 UTC
59098ac merge 04 April 2014, 10:20:06 UTC
ee03e0f meteor scorer requires FDStream. Only gcc 03 April 2014, 22:35:04 UTC
afb3d01 eclipse 03 April 2014, 22:27:08 UTC
b5784c9 eclipse 03 April 2014, 22:23:21 UTC
5297620 eclipse 03 April 2014, 22:15:05 UTC
f6956bf eclipse 03 April 2014, 22:14:19 UTC
b1b9f6c Additions / changes to Moses server so that it can be used for Moses tuning. 03 April 2014, 19:38:14 UTC
467b5d9 Additions / changes to mosesserver.cpp so that it can be used in parameter tuning. 03 April 2014, 19:35:26 UTC
aa1d942 Reformatting for readability. 03 April 2014, 19:35:02 UTC
8c04078 Reformatting for readability. 03 April 2014, 19:33:40 UTC
67b1cbc error in constrained decoding 03 April 2014, 17:03:58 UTC
63ca61b tmcombine: don't crash if model contains sparse features or other data (no adaptation; tmcombine will copy sparse features / data from first model) 27 March 2014, 15:27:10 UTC
1f43534 faster pruning in chart decoding 26 March 2014, 11:23:59 UTC
f63606a 1. Renamed PhraseDictionary member function release() to Release(). 2. Added option to check phrase prefixes for early stopping of InputPath generation when translating confusion networks. 25 March 2014, 01:49:24 UTC
80b0317 (1) Bug fixes related to locking. (2) pstats cache disabled when translating confusion networks. 25 March 2014, 01:48:49 UTC
8429900 Added another constructor to TSA_tree_iterator. 25 March 2014, 01:43:00 UTC
f5d969a Added missing library for custom-pt.cc 25 March 2014, 01:42:06 UTC
344b7a0 Changed verbosity level for "read confusion net with format ..." to 2. 25 March 2014, 01:41:21 UTC
4a91739 eclipse 24 March 2014, 16:09:28 UTC
d9fb9ce eclipse 24 March 2014, 16:05:17 UTC
4ccb001 eclipse 24 March 2014, 16:03:44 UTC
c8682e9 target-syntax: use SoftMatchingFeature to assign non-terminal to unknown words 24 March 2014, 14:57:24 UTC
728ceb4 Added missing #include. 24 March 2014, 14:51:51 UTC
14e52c9 Errors occurring when accessing data files now throw exceptions. 24 March 2014, 13:39:15 UTC
ed825cd Bug fix: dependency .../UG/generic//generic was missing for custom-pt 24 March 2014, 13:33:46 UTC
20aa9dd Adapted to configurable map type in pstats. 24 March 2014, 13:32:41 UTC
794defa Numerous bug fixes; implemented caching and improved life cycle management for TargetPhraseCollections. 24 March 2014, 13:30:22 UTC
7fd8794 Reinstated pstats caching. 24 March 2014, 13:29:05 UTC
2063da2 Made member Tokenindex.ridx mutable. 24 March 2014, 12:34:59 UTC
5ec4436 Initial check-in. 24 March 2014, 12:33:17 UTC
c12c257 Added virtual member function release(TargetPhraseCollection*) to PhraseDictionary, which gets called by the destructor of InputPath to release TargetPhraseCollections that aren't needed any more. 24 March 2014, 12:29:46 UTC
042e840 Added mmlib as a dependency for FF_Factory.o 24 March 2014, 12:23:18 UTC
f7ec2ee 1. Fixed order of initializations in constructor so gcc won't complain. 2. Added call to PhraseDictionary.release(TargetPhraseCollection*) to release used TargetPhraseCollection's. 24 March 2014, 10:55:47 UTC
ec6fd21 Make sure m_numInputScores is initialized properly. 24 March 2014, 10:53:29 UTC
cea86d6 Transliteration support for syntax models. 21 March 2014, 22:13:38 UTC
ba52fa1 use | as default escape sequence for "|" (for consistency with tokenizer.perl) 21 March 2014, 19:19:03 UTC
1f32bd0 Fixed header inclusions. 21 March 2014, 16:49:44 UTC
fb16df8 typo in last commit 21 March 2014, 11:59:41 UTC
45630a5 various optimizations to make CYK+ parser several times faster and eat less memory. speed-up of decoding depends on how much time is spent in parser: 10-50% speed-up for string-to-tree systems observed (more on long sentences and with high max-chart-span). if you only use hiero or string-to-tree models (but none with source syntax), use compile-option --unlabelled-source for (small) efficiency gains. 21 March 2014, 11:12:24 UTC
4685aea Bug fix. 21 March 2014, 11:11:24 UTC
d5c96ef Minor edit of a comment. 21 March 2014, 11:08:37 UTC
back to top