Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/moses-smt/mosesdecoder.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2015-03-25delete typedefs for UINT32 and UINT64. MSVC now has uint32_t and uint64_t /KenHieu Hoang
2015-01-14use astyle 2.01. It's on Edinburgh server and doesn't screw up enumHieu Hoang
2015-01-14beautifyHieu Hoang
2015-01-10delete oov ptHieu Hoang
2015-01-08Merge branch 'master' of github.com:moses-smt/mosesdecoderHieu Hoang
2015-01-07eliminate spurious copy / memory leakRico Sennrich
2015-01-07change signature of GetChartRuleCollection()Hieu Hoang
2015-01-07add oovptHieu Hoang
2014-12-13merged master into dynamic-models and solved conflictsNicola Bertoldi
2014-12-01small simplification of recursive CYK+Rico Sennrich
2014-10-10Fix a few more compiler warnings (from Clang mostly).Phil Williams
2014-10-10Fix a few compiler warnings (from Clang mostly).Phil Williams
2014-09-01parse chart compression for faster CYK+ parsing with syntax systems.Rico Sennrich
2014-08-04TargetPhrase to have pointer to the phrase table that creates itHieu Hoang
2014-06-08Merge ../mosesdecoder into hieuHieu Hoang
2014-06-08beautifyNicola Bertoldi
2014-06-08merged master into dynamic-modelsNicola Bertoldi
2014-06-06formattingMatthias Huck
2014-06-06rule-limit=0: unlimitedMatthias Huck
2014-05-19beautifyNicola Bertoldi
2014-04-28merged master into dynamic-models and solved conflictsNicola Bertoldi
2014-04-06mergeHieu Hoang
2014-03-26faster pruning in chart decodingRico Sennrich
2014-03-22Merge branch 'master' of github.com:moses-smt/mosesdecoder into hieuHieu Hoang
2014-03-21typo in last commitRico Sennrich
2014-03-21various optimizations to make CYK+ parser several times faster and eat less m...Rico Sennrich
2014-01-27different max-spans depending on whether source non-term is X or syntacticHieu Hoang
2014-01-17Merge branch 'master' into dynamic-modelsNicola Bertoldi
2014-01-17merge master into this branchNicola Bertoldi
2014-01-17minor optimization (minimize performance impact of SoftMatchingFeature code i...Rico Sennrich
2014-01-16soft matching of target-side nonterminalsRico Sennrich
2014-01-15beautifyNicola Bertoldi
2013-12-06special handling of partial rules that can only have terminal symbol next;Rico Sennrich
2013-11-23UTIL_THROW_IF -> UTIL_THROW_IF2Hieu Hoang
2013-11-21delete includes for util/check.hhHieu Hoang
2013-11-20replace CHECK with UTIL_THROW_IF in MosesHieu Hoang
2013-10-03beautifyHieu Hoang
2013-09-28get ready to do lattice for scfgHieu Hoang
2013-09-28skelete ptHieu Hoang
2013-09-27skelete ptHieu Hoang
2013-09-27skelete ptHieu Hoang
2013-09-27beautifyHieu Hoang
2013-09-26move Uli's new pt into it's own folder. Comment out bjam compile. Doesn't wor...Hieu Hoang
2013-09-25skeleton PTHieu Hoang
2013-08-02parsing doesn't depend on input sentence anymoreHieu Hoang
2013-08-02Add NonTerminalSet variable to InputPathHieu Hoang
2013-07-31begin cleanup of SCFG parsing. Get rid of Sentence variable in ChartRuleLooku...Hieu Hoang
2013-07-16Merge github.com:moses-smt/mosesdecoder into hieu_opt_inputHieu Hoang
2013-07-16finished converting TargetPhraseCollection* to TargetPhraseCollectionHieu Hoang
2013-07-14mergeHieu Hoang