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
2017-03-30QE scorerQEMarcin Junczys-Dowmunt
2016-12-16unused methodHieu Hoang
2016-12-14debugging messageHieu Hoang
2016-12-14delete debugging messageHieu Hoang
2016-12-07cleanupHieu Hoang
2016-12-07merge similar sorting functionsHieu Hoang
2016-12-07can prune stack < max stack sizeHieu Hoang
2016-12-06get ready to merge similar sorting functionsHieu Hoang
2016-12-06use arrays, not vectorHieu Hoang
2016-12-06beam pruning even with nbestHieu Hoang
2016-12-06beam pruningHieu Hoang
2016-12-06tweakHieu Hoang
2016-12-06update worse score. Best hypos are already sorted using partial sort, don't n...Hieu Hoang
2016-12-06update worse score during pruningHieu Hoang
2016-12-06erase object from setHieu Hoang
2016-12-06Merge ../mosesdecoder into perf_moses2Hieu Hoang
2016-12-06bug in state comparison. If 2 states are actually the same object, return tru...Hieu Hoang
2016-12-06debugHieu Hoang
2016-12-06add inter-stack pruningHieu Hoang
2016-12-05add inter-stack pruningHieu Hoang
2016-12-05use GetBestHypo()Hieu Hoang
2016-12-05get ready to change GetSortedAndPruneHypos() to non-constHieu Hoang
2016-12-05delete batch algorithmHieu Hoang
2016-12-05Merge ../mosesdecoder into perf_moses2Hieu Hoang
2016-12-05hack kenlm's populate load by catting files into memory. Also check that all ...Hieu Hoang
2016-12-05check that all files existsHieu Hoang
2016-12-05refine worseScore discardingHieu Hoang
2016-12-05warningHieu Hoang
2016-12-05Word -> WORD for template classHieu Hoang
2016-12-05delete unused param to get rid of annoying but irrelevant warning in clangHieu Hoang
2016-12-05delete beam threshold variable, keep worse score discardingHieu Hoang
2016-12-01separate m_bestScore and m_minBeamScore. Conflated with m_worseScoreHieu Hoang
2016-12-01rename m_worseScore -> m_minBeamScoreHieu Hoang
2016-12-01reset beam variables when clearing ministack. They are reusedHieu Hoang
2016-12-01port beam threshold from MosesHieu Hoang
2016-11-28move function to cpp fileHieu Hoang
2016-11-23missing header fileHieu Hoang
2016-11-22missing header fileHieu Hoang
2016-11-22eclipseHieu Hoang
2016-11-22Merge branch 'master' of github.com:moses-smt/mosesdecoderHieu Hoang
2016-11-22eclipseHieu Hoang
2016-11-20eclipseHieu Hoang
2016-11-15daily automatic beautifierMosesAdmin
2016-11-15Merge branch 'master' of github.com:moses-smt/mosesdecoderHieu Hoang
2016-11-15error messageHieu Hoang
2016-11-13daily automatic beautifierMosesAdmin
2016-11-12Merge branch 'master' of github.com:moses-smt/mosesdecoderLane Schwartz
2016-11-12Add per-sentence on-demand translation model.Lane Schwartz
2016-11-12Moses server can now accept and store data associated with a "context-scope" keyLane Schwartz
2016-11-12Clean up codeLane Schwartz