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
2014-01-20copy weights of untuneable features from original config in mertRico Sennrich
2014-01-15merged upstream with origin for mingwjiejiang
2014-01-06reporting on init (pretty slow for binary phrase table!) and bug fix in exper...phikoehn
2014-01-05additional time reporting and stardardizationphikoehn
2014-01-03make good use of the new precise timer...phikoehn
2014-01-01destroy feature functions at end. Otherwise it shows up on valgrind as memory...Hieu Hoang
2013-12-19moses windows build, with some TODO listjiejiang
2013-11-23UTIL_THROW_IF -> UTIL_THROW_IF2Hieu Hoang
2013-11-21delete includes for util/check.hhHieu Hoang
2013-11-18replace CHECK with UTIL_THROW_IF in moses-cmdHieu Hoang
2013-11-15move collection of generation-table from Staticdata to GenerationDictionaryHieu Hoang
2013-11-15move collection of phrase-table from Staticdata to PhraseDictionaryHieu Hoang
2013-10-14also report lm scores, and matched n-gram length (thanks Ken!)phikoehn
2013-10-13one more fixphikoehn
2013-10-13more enriched tracephikoehn
2013-10-03speed up compiling by removing headers from StaticData.hHieu Hoang
2013-09-27beautifyHieu Hoang
2013-09-25skeleton PTHieu Hoang
2013-09-22placeholder for chart decodingHieu Hoang
2013-09-22placeholder for chart decodingHieu Hoang
2013-09-19placeholders work in pb decoder. God i'm boredHieu Hoang
2013-09-19more placeholder code and 'NO BEST TRANSLATION' to stderr for pbHieu Hoang
2013-08-23beautifyHieu Hoang
2013-08-16Merge pull request #43 from jgwinnup/masterHieu Hoang
2013-08-16beautifyHieu Hoang
2013-08-15add phrase table cachingHieu Hoang
2013-08-15Added option to output unknown words with prefix 'UNK'Jeremy Gwinnup
2013-08-13implement Evaluate(inputpath, input) for chart translation options. Plumbing ...Hieu Hoang
2013-08-13use input path for unknown word processing in phrase-basedHieu Hoang
2013-08-09beautifyHieu Hoang
2013-08-07Merge github.com:moses-smt/mosesdecoder into hieu_opt_inputHieu Hoang
2013-08-07beautifyHieu Hoang
2013-08-07get ready to delete source phrase from TargetPhrase classHieu Hoang
2013-08-07source phrase is a pointer in translation options.Hieu Hoang
2013-08-07enriched tracephikoehn
2013-08-05delete Hypothesis::GetSourcePhrase(). Take it directly from TranslationOption...Hieu Hoang
2013-08-01segfault outputting placeholderHieu Hoang
2013-07-30beautifyHieu Hoang
2013-07-19source and target factors for placeholdersHieu Hoang
2013-07-19support for placeholder in pb modelHieu Hoang
2013-06-09feature functions can be both sparse AND denseHieu Hoang
2013-05-29beautifyHieu Hoang
2013-05-27delete LMListHieu Hoang
2013-05-25split classes in DummyScoreProducers into separate filesHieu Hoang
2013-05-24move feature functions into moses/FFHieu Hoang
2013-05-161. remove all code for MetaFeature from mira.Hieu Hoang
2013-05-151. Get rid of GetSparseFeatureReporting(). Always report detailed sparse feat...Hieu Hoang
2013-05-11delete class TranslationSystemHieu Hoang
2013-05-08get rid of FeatureFunction::unlimited. Every ff can have sparse AND dense fea...Hieu Hoang
2013-05-02use GetWeightedScore() instead of InnerProduct(...)Hieu Hoang