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
path: root/moses
AgeCommit message (Expand)Author
2012-06-28KenLM e3b5c55910 including rest costs for probingKenneth Heafield
2012-06-27comment classes A-M with doxygen-compatible comments. Lots of @todoHieu Hoang
2012-06-21Merge https://github.com/moses-smt/mosesdecoderHieu Hoang
2012-06-20up version number. Thanks to Graham NeubigHieu Hoang
2012-06-18fixed segfault when pt is emptyHieu Hoang
2012-06-16Merge https://github.com/moses-smt/mosesdecoderHieu Hoang
2012-06-16factors in chart decoding runs. But target factor model has incorrect LM scoreHieu Hoang
2012-06-13xcodeHieu Hoang
2012-06-13Loosing factor checking for chart decodingHieu Hoang
2012-06-08gzip grammar filesHieu Hoang
2012-05-30xcode build supports threads. Abort when using Adam's suffix arrays with threadsHieu Hoang
2012-05-28eclipse projectHieu Hoang
2012-05-18Merge branch 'master' of github.com:moses-smt/mosesdecoderHieu Hoang
2012-05-18Fix chart decoding so that it allows inputtype=0Hieu Hoang
2012-05-17Merge branch 'master' of github.com:moses-smt/mosesdecoderHieu Hoang
2012-05-17Error when using XML with multiple translation tables. Reported by Rafael Car...Hieu Hoang
2012-05-10Merged in fixes for compiler warnings regarding comparing signed and unsigned...Christian Federmann
2012-05-09Fixed compiler warning.Christian Federmann
2012-05-06Merge pull request #13 from tetsuok/fix-warningsPhil Williams
2012-05-06Merge branch 'master' of github.com:moses-smt/mosesdecoderKenneth Heafield
2012-05-06Stricter dependencies enforced by clangKenneth Heafield
2012-05-05Fix a warning of -Woverloaded-virtfual.Tetsuo Kiso
2012-05-05Fix warnings: -Wreorder and -Wmismatched-tags.Tetsuo Kiso
2012-05-05Fix compilation errors on clang.Tetsuo Kiso
2012-05-04FactorFriend is a struct not a class. For clang.Kenneth Heafield
2012-05-04Update Jamfile for renamed RandLM libraries.Oliver Wilson
2012-04-18minor fixesphikoehn
2012-04-17multi-threaded hierarchical rule extractorphikoehn
2012-04-03Remove developer specific include path from LM Jamfile.Oliver Wilson
2012-04-02Merge branch 'master' of github.com:moses-smt/mosesdecoderOliver Wilson
2012-04-02Use networked implementation of LDHT instead of the local version.Oliver Wilson
2012-04-02Merge branch 'master' of ../mosesdecoder.export.bundleLane Schwartz
2012-04-02Import Lossy Distributed Hash Table Language Model implementation.Oliver Wilson
2012-03-31Fixed memory leaks when using syntactic language model.Lane Schwartz
2012-03-31Using VERBOSE at level 3 instead of cerr for SyntacticLanguageModel messages.Lane Schwartz
2012-03-31Reordered initialization of member variables within SyntacticLanguageModel.Lane Schwartz
2012-03-31Added dummy implementation of EvaluateChart to SyntacticLanguageModel.Lane Schwartz
2012-03-28added support tp specify translation options via xml for chart decoderphikoehn
2012-03-20Merge branch 'master' of github.com:moses-smt/mosesdecoderKenneth Heafield
2012-03-20Add comments to moses/src/LM/JamfileKenneth Heafield
2012-03-19updated typenameChristian Buck
2012-03-16Merge branch 'master' of github.com:moses-smt/mosesdecoderChristian Buck
2012-03-05Attempt to fix randlm compilationKenneth Heafield
2012-02-24Merge branch 'master' of github.com:moses-smt/mosesdecoderChristian Buck
2012-02-16bug fixesPhilipp Koehn
2012-02-13Optional header installationKenneth Heafield
2012-02-09compile error when using ORLM and SRIHieu Hoang
2012-02-09output how many threads specifiedHieu Hoang
2012-02-08Compile ORLM. The existing code should to be refactored.Kenneth Heafield
2012-02-07Don't segfault when complaining that IRSTLM isn't multithreadedKenneth Heafield