https://github.com/wilkeraziz/mosesdecoder

sort by:
Revision Author Date Message Commit Date
5e73843 lowercase-keys switch in ClassKenLM 13 April 2016, 14:17:24 UTC
ec8fe7a A target LM that reads a word-to-class file and wrap LM calls. 07 April 2016, 17:28:08 UTC
0a0f197 sparse features for a range of prefix/suffix lengths 06 April 2016, 22:06:02 UTC
8e13fbe Morphology features 02 April 2016, 13:51:36 UTC
7123ef8 and now the actual implementations 01 April 2016, 15:05:40 UTC
96644bf Refactored reordering features, working morphology ones 01 April 2016, 14:36:25 UTC
4dea40c make length-table mandatory and check for empty tau tables 30 March 2016, 08:29:04 UTC
1999e11 Support to input factors 24 March 2016, 17:12:36 UTC
bb3e95c added a distortion penalty feature which is aware of preordered input 14 March 2016, 07:59:31 UTC
3bb1866 KTau is now thread-safe 03 March 2016, 11:41:36 UTC
2ad12fa separated implementations of kendall tau features and distortion features for permutation lattice input 26 February 2016, 16:54:17 UTC
797b1c9 with lattice input, cube pruning never checked whether a hypothesised extension projected onto a valid input path 25 February 2016, 16:02:27 UTC
058db9f Fix: maximum distance was inconsistently set in FloydWarshall and WordLattice. 23 February 2016, 11:10:04 UTC
f997ce3 added an estimated future score to SourcePermutationLM 22 February 2016, 12:53:44 UTC
66714b6 thread-safe LatticeKTau 19 February 2016, 09:51:41 UTC
c048200 Working on Lattice input. 18 February 2016, 16:14:47 UTC
5244a7b shut up 27 January 2015, 18:24:15 UTC
d7f5bb4 don't define TEST_DYN_LINK. Doesn't work on OSX with manually compiled boost 27 January 2015, 16:22:15 UTC
45ff417 beautify 22 January 2015, 22:41:56 UTC
4f32224 eclipse 22 January 2015, 22:17:50 UTC
a6cef93 eclipse 22 January 2015, 22:06:53 UTC
bf52808 Merge branch 'master' of github.com:moses-smt/mosesdecoder 22 January 2015, 21:18:33 UTC
4140756 Add missing chck for empty range while flushing 22 January 2015, 21:18:19 UTC
a165ba9 Merge branch 'master' of github.com:moses-smt/mosesdecoder 22 January 2015, 16:43:07 UTC
769c19d KenLM a6d57501dcac95a31719a8628f6cbd288f6741e2 including Marcin's fixed pruning 22 January 2015, 16:42:46 UTC
9235534 Merge ../hh 22 January 2015, 16:11:24 UTC
59c4bae use utf8 german model 22 January 2015, 16:10:12 UTC
b5b048c Set default number of scores to 4 22 January 2015, 11:36:50 UTC
e3ef09e fixed segfault for querying, set scores to 4 22 January 2015, 11:35:55 UTC
1dce55f C++ tokenizer based on RE2. Not by me. Some differences from Moses tokenizer: fraction characters count as numbers, _ handling, URLs Currently 3x slower than perl :'(. Looking to make it faster by composing regex substitutions. TODO eliminate sprintf and fixed-size buffers. 22 January 2015, 11:25:02 UTC
ad6f3a8 option to sort translation options after EvaluateAfterSourceContext 22 January 2015, 11:25:02 UTC
e300650 C++ tokenizer based on RE2. Not by me. Some differences from Moses tokenizer: fraction characters count as numbers, _ handling, URLs Currently 3x slower than perl :'(. Looking to make it faster by composing regex substitutions. TODO eliminate sprintf and fixed-size buffers. 21 January 2015, 17:23:44 UTC
f8781ea option to sort translation options after EvaluateAfterSourceContext 21 January 2015, 16:07:50 UTC
ec547fa SoftSourceSyntacticConstraintsFeature: use -inf rather than min for featureVariant=1 20 January 2015, 21:43:23 UTC
b50c197 forgot to check this in some time ago 20 January 2015, 21:41:41 UTC
a6c09e5 domain features in GHKM extraction 20 January 2015, 21:36:55 UTC
db655a0 Revert "improved interface towards IRSTLM" This reverts commit 8316ca594805885bd7c59e7d606f60955465f19d. Moses did not compile with the current release version of IRSTLM (irstlm-5.80.06) 20 January 2015, 19:23:12 UTC
7d9013a Work-around for temporary translation option collection size during phrase table binarization 19 January 2015, 22:15:08 UTC
7c507bf May is not an abbreviation 19 January 2015, 21:37:57 UTC
fbcf2dc Fixed thread-safety 19 January 2015, 20:56:04 UTC
82c6032 Thread-safety and constness 18 January 2015, 22:58:28 UTC
16ffc2c Added new VW feature and execption to Simple9 18 January 2015, 22:26:32 UTC
95a88a1 Merge branch 'master' of https://github.com/moses-smt/mosesdecoder 18 January 2015, 13:25:40 UTC
41f8296 Another attempt at fixing dangling alignment points 16 January 2015, 23:44:04 UTC
db09949 PhraseOrientationFeature: distinguishStates parameter, use TransformScore rather than std::log 16 January 2015, 17:48:58 UTC
44d1aaa Merge branch 'master' of github.com:moses-smt/mosesdecoder 16 January 2015, 15:30:57 UTC
9366d82 IsCorrectTranslationOption no longer confused by matching subphrases 16 January 2015, 15:30:43 UTC
083ed44 SoftSourceSyntacticConstraintsFeature: bugfix 16 January 2015, 15:26:02 UTC
30e31d4 don't normalise quotes if tokenizing like Penn /Phil Williams 16 January 2015, 12:34:22 UTC
19d7c44 move normalisation of quotes into normalize-punctuation.perl /Tom Hoar 16 January 2015, 11:37:31 UTC
b50b316 beautify 15 January 2015, 11:18:39 UTC
6289b39 update extract-mixed-syntax 15 January 2015, 09:53:57 UTC
6d61db2 use astyle 2.01. It's on Edinburgh server and doesn't screw up enum 14 January 2015, 19:21:11 UTC
05ead45 beautify 14 January 2015, 11:07:42 UTC
91cb549 fix score transformation 14 January 2015, 10:21:12 UTC
98625fc floor score before log in VW 14 January 2015, 09:39:29 UTC
e5ebf30 Fix a few warnings. 13 January 2015, 21:13:55 UTC
60a96df Merge branch 'master' of github.com:moses-smt/mosesdecoder 13 January 2015, 15:19:36 UTC
90d4b2d use pigz rather than gzip if it exists 13 January 2015, 15:16:22 UTC
b9d5fda Fix compilation error due to ambiguous function call (clang) 13 January 2015, 15:05:11 UTC
542a65a bugfixes in VW: correct string escaping, avoid infinite loop with missing alignments 12 January 2015, 13:22:54 UTC
1ef31dd Update README.md 12 January 2015, 12:59:20 UTC
6186262 don't use processPhraseTable in EMS 12 January 2015, 12:43:51 UTC
f3a84fc delete processPhraseTable and queryPhraseTable 12 January 2015, 12:26:16 UTC
866f746 s2t decoder: fix scoring Restore scoring function that was commented out in commit 465b4756... 12 January 2015, 08:47:33 UTC
832b725 clean. 12 January 2015, 04:20:38 UTC
3979918 check LanguageModelDALM finished. 12 January 2015, 04:05:27 UTC
8c99625 compilation fix 10 January 2015, 10:50:54 UTC
370c524 re-enable tree fragment reporting 10 January 2015, 10:42:02 UTC
bb55949 call Manager::OutputAlignment() 10 January 2015, 09:56:50 UTC
cd7c6c2 Merge branch 'master' of github.com:moses-smt/mosesdecoder 09 January 2015, 22:32:28 UTC
be0ab92 delete oov pt 09 January 2015, 22:32:08 UTC
4ecbca1 Update VWFeatureSourceExternalFeatures.h 09 January 2015, 15:08:05 UTC
86c6494 Delete VWFeatureSourceExternalFeatures.cpp 09 January 2015, 15:07:08 UTC
162b4fd Update README.md 09 January 2015, 15:02:33 UTC
c8967c8 updating VW readme 09 January 2015, 15:00:36 UTC
f104797 minor 09 January 2015, 14:54:29 UTC
0442ca1 VW version note 09 January 2015, 14:47:00 UTC
7391c86 Merge branch 'master' of github.com:moses-smt/mosesdecoder 09 January 2015, 14:42:58 UTC
0e79736 Merge branch 'master' of github.com:moses-smt/mosesdecoder 09 January 2015, 14:40:46 UTC
8f53940 Merge branch 'master' of github.com:moses-smt/mosesdecoder into vw_integration 09 January 2015, 14:38:18 UTC
7f3f546 note on LM 09 January 2015, 14:37:20 UTC
c63bace training described 09 January 2015, 14:33:52 UTC
f9a6ba3 Update README.md 09 January 2015, 14:21:41 UTC
6723584 Update README.md 09 January 2015, 14:20:22 UTC
5dd768c Update README.md 09 January 2015, 14:17:23 UTC
535d5c4 Update README.md 09 January 2015, 14:16:51 UTC
b05f97b Update README.md 09 January 2015, 14:13:59 UTC
685b657 verbatim text in readme 09 January 2015, 14:05:39 UTC
d336a5e SoftSourceSyntacticConstraintsFeature: precompute string concatenations of sparse feature names 09 January 2015, 14:04:19 UTC
22e2349 verbatim text in readme 09 January 2015, 14:04:10 UTC
168118d PhraseOrientationFeature efficiency improvement 09 January 2015, 14:03:18 UTC
b5f7b0e Added README.md for VW 09 January 2015, 14:01:38 UTC
f260c4d AlignmentInfo ctors should be private 09 January 2015, 13:24:16 UTC
4dd2ec6 Merge branch 'master' of github.com:moses-smt/mosesdecoder into vw_integration 09 January 2015, 13:00:24 UTC
553ec41 fixed bug in IsCorrectTranslationOption 09 January 2015, 13:00:08 UTC
c45b30f shared pointer to VW classifiers to correctly call dtors on thread release 09 January 2015, 12:39:32 UTC
ea2795c Merge branch 'vw_integration' of github.com:moses-smt/mosesdecoder into vw_integration Conflicts: moses/FF/VW/ThreadLocalByFeatureStorage.h 09 January 2015, 12:18:28 UTC
7aa5609 destructors 09 January 2015, 11:14:17 UTC
efbbc85 Merge branch 'vw_integration' of github.com:moses-smt/mosesdecoder into vw_integration 09 January 2015, 11:13:09 UTC
back to top