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-01-02add completed-hypo to Distortion FFHieu Hoang
2016-12-29Merge branch 'master' of github.com:moses-smt/mosesdecoderHieu Hoang
2016-12-29Edge case of wall at the end of sentence /Mike LadwigHieu Hoang
2016-12-28debugging messagesHieu Hoang
2016-12-27distortion-limit=-1 is unlimited distortionHieu Hoang
2016-12-21Merge branch 'perf_moses2' of github.com:hieuhoang/mosesdecoder into perf_moses2Hieu Hoang
2016-12-21eclipseHieu Hoang
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-22eclipseHieu Hoang
2016-11-20eclipseHieu Hoang
2016-11-09Merge branch 'master' of github.com:moses-smt/mosesdecoderHieu Hoang
2016-11-09add back [non-termninals]. Unimplemented but used by regressions tests, and p...Hieu Hoang
2016-11-09comment out unused parameters.4Hieu Hoang